Fixed Qt project compilation

This commit is contained in:
xawotihs
2014-11-25 21:14:16 +01:00
parent 57efd83a24
commit 8f19439fae

View File

@@ -13,7 +13,7 @@
#include "GameApp.h"
#include "qtcorewrapper.h"
WagicCore* g_glwidget = NULL;
QtWagicCore* g_glwidget = NULL;
@@ -50,7 +50,7 @@ int main(int argc, char* argv[])
);
#endif
#ifdef QT_WIDGET
g_glwidget = new WagicCore();
g_glwidget = new QtWagicCore();
if(!downloadRequest || downloadRequest->getDownloadStatus() == DownloadRequest::DOWNLOADED)
{
g_glwidget->start(0);