summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-09-30 18:33:45 +0200
committerTannin <devnull@localhost>2013-09-30 18:33:45 +0200
commit640b14ef257aa3b681e9c1ba72a88707dfdc7632 (patch)
tree0476de590c667a29c8130202e249d8c603826376
parent47293827bbd92ce227e5188c10b66deb9f85d5bf (diff)
diagnosis plugin now warns when nitpick is installed
-rw-r--r--src/mainwindow.cpp1
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();
}
}
}