summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-10-10 19:32:01 +0200
committerTannin <devnull@localhost>2013-10-10 19:32:01 +0200
commit54c7131a5e2fa282369e25344ac190d51676c383 (patch)
treecf03c6b8ba02afc17fece75d5e83a20cac4a8fbc /src/installationmanager.h
parent15e256ef4460ecfdf05b4f17b4fe8f889f4c6b11 (diff)
- new toggle to display hidden downloads
- hidden downloads can be un-hidden - the installation manager now more thoroughly cleans up the temporary directory after installation - added SkyrimLauncher.exe to the list of auto-detected executables - bugfix: shutting down MO while downloads where active in some occasions didn't work - bugfix: when canceling the only active download the taskbar icon didn't return to normal
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index 0e43a15d..1c6f9f19 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -168,9 +168,7 @@ private:
bool ensureValidModName(MOBase::GuessedValue<QString> &name) const;
-private slots:
-
- void openFile(const QString &fileName);
+ void postInstallCleanup() const;
private:
@@ -202,7 +200,6 @@ private:
QProgressDialog m_InstallationProgress;
- std::set<QString> m_FilesToDelete;
std::set<QString> m_TempFilesToDelete;
};