Removed a phonon warning on maemo, added a debug trace for the launching path

This commit is contained in:
Xawotihs
2010-12-30 22:03:52 +00:00
parent 552603e7a0
commit 58f4631dc2

View File

@@ -548,6 +548,8 @@ int main(int argc, char* argv[])
QApplication a( argc, argv );
QDir::setCurrent(QCoreApplication::applicationDirPath () );
qDebug() << "Current path : " << QCoreApplication::applicationDirPath ();
g_launcher = new JGameLauncher();
u32 flags = g_launcher->GetInitFlags();
@@ -560,6 +562,8 @@ int main(int argc, char* argv[])
g_glwidget = new JGEQtRenderer(NULL);
g_glwidget->resize(ACTUAL_SCREEN_WIDTH, ACTUAL_SCREEN_HEIGHT);
a.setApplicationName(g_launcher->GetName());
QGLFormat::OpenGLVersionFlags glflags = g_glwidget->format().openGLVersionFlags();
#ifdef Q_WS_MAEMO_5