diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-01 17:14:30 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-01 17:14:30 +0200 |
| commit | 046af63dd55ee4b04d79cb2188f169bd8292aa19 (patch) | |
| tree | 3078e5aee1f293ec0cad42e485f22638cade4634 /src/installationmanager.h | |
| parent | 4b1b897a140589426c9325f040feee741798c167 (diff) | |
Remove non-used declarations. Move queryPassword to lambda.
Diffstat (limited to 'src/installationmanager.h')
| -rw-r--r-- | src/installationmanager.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h index 3d0dd35f..67e58356 100644 --- a/src/installationmanager.h +++ b/src/installationmanager.h @@ -189,14 +189,6 @@ public: private: - void queryPassword(QString *password); - void updateProgress(float percentage); - void updateProgressFile(const QString &fileName); - void report7ZipError(const QString &errorMessage); - - // Recursive worker function for mapToArchive (takes raw reference for "speed"). - bool unpackSingleFile(const QString &fileName); - MOBase::IPluginInstaller::EInstallResult doInstall(MOBase::GuessedValue<QString> &modName, QString gameName, int modID, const QString &version, const QString &newestVersion, int categoryID, int fileCategoryID, const QString &repository); |
