GUI: DenyGameInvitationReason registered
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user