invisible check in heads up bugfix

This commit is contained in:
doitux
2007-05-20 13:03:43 +00:00
parent 5438aa487c
commit 63b278a88e
7 changed files with 34 additions and 14 deletions
+3 -1
View File
@@ -87,9 +87,11 @@ int main( int argc, char **argv )
QTranslator translator;
translator.load(QString(":/translations/resources/translations/pokerth_") + locale);
a.installTranslator(&translator);
///////////////////////////////////////////////////
qRegisterMetaType<boost::shared_ptr<Game> >("boost::shared_ptr<Game>");
///////////////////////////////////////////////////
boost::shared_ptr<GuiInterface> myGuiInterface(new GuiWrapper(myConfig));
{