X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=5354d83b85761849582d10860bcac81d4a5cec11;hb=d7ba5b4f76b39ecddfdf890f08a08c40a769a729;hp=91dd2523cff77fbe8f75e52f7ad8b015d9a9495f;hpb=eadeb5e0530b1aff6e38a0f4e6c65fc2504569d5;p=emufront diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 91dd252..5354d83 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -50,7 +50,7 @@ MainWindow::MainWindow(bool reset) if (tmpDirFilePath.isEmpty()) tmpDirFilePath = QDir::homePath(); qDebug() << "Temporary dir is " << tmpDirFilePath; - launcher = new EmuLauncher(this, tmpDirFilePath); + launcher = new EmuLauncher(errorMessage, this, tmpDirFilePath); setCentralWidget(launcher); createActions(); createMenus();