Tab fixes.
This commit is contained in:
+3
-3
@@ -143,11 +143,11 @@ 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");
|
qRegisterMetaType<DenyGameInvitationReason>("DenyGameInvitationReason");
|
||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
|
|
||||||
startWindowImpl mainWin(myConfig);
|
startWindowImpl mainWin(myConfig);
|
||||||
a.setActivationWindow(&mainWin, true);
|
a.setActivationWindow(&mainWin, true);
|
||||||
|
|
||||||
int retVal = a.exec();
|
int retVal = a.exec();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user