From c7d7dcaf64b9d9fb74a6021eaa1fcc599626591d Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 30 Mar 2010 20:16:47 +0000 Subject: [PATCH] GUI: DenyGameInvitationReason registered --- src/pokerth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokerth.cpp b/src/pokerth.cpp index a9bea818..4d67e453 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -143,9 +143,9 @@ int main( int argc, char **argv ) qRegisterMetaType("unsigned"); qRegisterMetaType >("boost::shared_ptr"); qRegisterMetaType("ServerStats"); + qRegisterMetaType("DenyGameInvitationReason"); /////////////////////////////////////////////////// - startWindowImpl *mainWin = new startWindowImpl(myConfig); a.setActivationWindow(mainWin, true);