summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-12 14:37:01 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-13 11:43:29 +0100
commit6559f16ee3a5f7d56048d14c5c25ddfaa4c6df83 (patch)
tree9277965be17bec7ef40de18c37bb83fb90a2c38f /installerbuilder/libinstaller/packagemanagercore.h
parent9195faeb879745def6e59f8e79273408cd8b4bee (diff)
Implement operation to create local repository.
Change-Id: I4216984ff22d0adf0f5bd9bf3f447bced5f6dc09 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/packagemanagercore.h')
-rw-r--r--installerbuilder/libinstaller/packagemanagercore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/installerbuilder/libinstaller/packagemanagercore.h b/installerbuilder/libinstaller/packagemanagercore.h
index eadbc841d..13509b6b1 100644
--- a/installerbuilder/libinstaller/packagemanagercore.h
+++ b/installerbuilder/libinstaller/packagemanagercore.h
@@ -223,6 +223,9 @@ public:
bool needsRestart() const;
bool finishedWithSuccess() const;
+ Q_INVOKABLE bool createLocalRepositoryFromBinary() const;
+ Q_INVOKABLE void setCreateLocalRepositoryFromBinary(bool create);
+
public Q_SLOTS:
bool runInstaller();
bool runUninstaller();