diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-08-30 13:36:11 +0100 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-08-30 13:36:11 +0100 |
| commit | 0c3c822d77425da812d8708d68466ac05bb198db (patch) | |
| tree | 51435247e80e24cd79c4f96305385082f855bad2 /src/installationmanager.h | |
| parent | f0ee9c3e4d90ba961d672862ccc28c44b835aa54 (diff) | |
Stop the temp files to delete list growing on each install
Diffstat (limited to 'src/installationmanager.h')
| -rw-r--r-- | src/installationmanager.h | 2 |
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:
|
