GUI: DenyGameInvitationReason registered

This commit is contained in:
doitux
2010-03-30 20:16:47 +00:00
parent 25779efe3d
commit c7d7dcaf64
+1 -1
View File
@@ -143,9 +143,9 @@ int main( int argc, char **argv )
qRegisterMetaType<unsigned>("unsigned"); qRegisterMetaType<unsigned>("unsigned");
qRegisterMetaType<boost::shared_ptr<Game> >("boost::shared_ptr<Game>"); qRegisterMetaType<boost::shared_ptr<Game> >("boost::shared_ptr<Game>");
qRegisterMetaType<ServerStats>("ServerStats"); qRegisterMetaType<ServerStats>("ServerStats");
qRegisterMetaType<DenyGameInvitationReason>("DenyGameInvitationReason");
/////////////////////////////////////////////////// ///////////////////////////////////////////////////
startWindowImpl *mainWin = new startWindowImpl(myConfig); startWindowImpl *mainWin = new startWindowImpl(myConfig);
a.setActivationWindow(mainWin, true); a.setActivationWindow(mainWin, true);