summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-06-01 17:14:30 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-06-01 17:14:30 +0200
commit046af63dd55ee4b04d79cb2188f169bd8292aa19 (patch)
tree3078e5aee1f293ec0cad42e485f22638cade4634 /src/installationmanager.h
parent4b1b897a140589426c9325f040feee741798c167 (diff)
Remove non-used declarations. Move queryPassword to lambda.
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h8
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);