summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/packagemanagercore.h')
-rw-r--r--installerbuilder/libinstaller/packagemanagercore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/installerbuilder/libinstaller/packagemanagercore.h b/installerbuilder/libinstaller/packagemanagercore.h
index 383abd6e6..be029c159 100644
--- a/installerbuilder/libinstaller/packagemanagercore.h
+++ b/installerbuilder/libinstaller/packagemanagercore.h
@@ -266,9 +266,9 @@ private:
static Component *subComponentByName(const QInstaller::PackageManagerCore *installer, const QString &name,
const QString &version = QString(), Component *check = 0);
- void updateDisplayVersions();
- QString findDisplayVersion(const QString &componentName,
- const QHash<QString, QInstaller::Component*> &components, QHash<QString, bool> &visited);
+ void updateDisplayVersions(const QString &displayKey);
+ QString findDisplayVersion(const QString &componentName, const QHash<QString, QInstaller::Component*> &components,
+ const QString& versionKey, QHash<QString, bool> &visited);
private:
PackageManagerCorePrivate *const d;
friend class PackageManagerCorePrivate;