X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fapp.cpp;h=9a2cdbfaddba548b5fef72f0fa73a35275ac319d;hb=09adab3161f986d5cc8dbeffe15cb6545afa138f;hp=3bd8c6ce8aade20fcbec73113227635b2309521a;hpb=8549cdb01f45764f69a6483285dc0771ea66c007;p=virtualjaguar diff --git a/src/gui/app.cpp b/src/gui/app.cpp index 3bd8c6c..9a2cdbf 100644 --- a/src/gui/app.cpp +++ b/src/gui/app.cpp @@ -15,6 +15,7 @@ #include #include "mainwin.h" +#include "types.h" // Here's the main application loop--short and simple... int main(int argc, char * argv[]) @@ -32,6 +33,8 @@ int main(int argc, char * argv[]) Q_INIT_RESOURCE(vj); // This must the same name as the exe filename //or is it the .qrc filename??? + // This is so we can pass this stuff using signal/slot mechanism... +//ick int id = qRegisterMetaType(); App app(argc, argv); // Declare an instance of the application