diff options
| author | Tannin <devnull@localhost> | 2013-09-30 18:33:45 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-09-30 18:33:45 +0200 |
| commit | 640b14ef257aa3b681e9c1ba72a88707dfdc7632 (patch) | |
| tree | 0476de590c667a29c8130202e249d8c603826376 /src/mainwindow.cpp | |
| parent | 47293827bbd92ce227e5188c10b66deb9f85d5bf (diff) | |
diagnosis plugin now warns when nitpick is installed
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b722b388..24772db1 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1329,6 +1329,7 @@ void MainWindow::spawnBinary(const QFileInfo &binary, const QString &arguments, QFile::remove(m_CurrentProfile->getLoadOrderFileName()); } dialog->hide(); + dialog->deleteLater(); } } } |
