diff options
| author | Tannin <devnull@localhost> | 2015-06-15 20:00:27 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-06-15 20:00:27 +0200 |
| commit | e9ee7e7f852ba5689f64b9dc4c23afb2b57de031 (patch) | |
| tree | 95a5a2337c9286affb48dce230eaf8f9f0bc886d /src/mainwindow.cpp | |
| parent | 67d017fc986d4f4105e037e84b562e9b258daaa3 (diff) | |
bugfix: dialog-memory wasn't initialized when starting through a desktop link so
access (in case steam wasn't running) caused a crash
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index df0b129d..4ffa044b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -187,8 +187,6 @@ MainWindow::MainWindow(const QString &exeName ui->actionEndorseMO->setVisible(false);
- MOBase::QuestionBoxMemory::init(initSettings.fileName());
-
updateProblemsButton();
updateToolBar();
|
