Qt5 Linux no longer runs both UIs.

This commit is contained in:
Sacha 2013-10-20 05:05:55 +10:00 committed by Henrik Rydgard
parent 8c1d4e8ad7
commit 2b11a6c92a

View File

@ -319,7 +319,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_directory, co
g_gameInfoCache.Init();
#if !defined(USING_GLES2)
#if defined(Q_OS_LINUX) && !defined(ARM)
// Start Desktop UI
MainWindow* mainWindow = new MainWindow();
mainWindow->show();