summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorTom Tanner <thosrtanner2@users.sourceforge.net>2015-08-30 13:36:11 +0100
committerTom Tanner <thosrtanner2@users.sourceforge.net>2015-08-30 13:36:11 +0100
commit0c3c822d77425da812d8708d68466ac05bb198db (patch)
tree51435247e80e24cd79c4f96305385082f855bad2 /src/installationmanager.h
parentf0ee9c3e4d90ba961d672862ccc28c44b835aa54 (diff)
Stop the temp files to delete list growing on each install
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index f6028904..d4b4f7dc 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -177,7 +177,7 @@ private:
bool ensureValidModName(MOBase::GuessedValue<QString> &name) const;
- void postInstallCleanup() const;
+ void postInstallCleanup();
private: