summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore_p.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2012-06-08 18:00:55 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2012-06-11 14:11:52 +0200
commitda794852fb5c482d7ee3a29f22d05baecff2e84b (patch)
tree8314e9c9ba4242618b524f9b551dbcf467334e83 /src/libs/installer/packagemanagercore_p.h
parent19e0ff167411376f403bfc449dcf746e0e3c1a45 (diff)
clean up exception usage
Change-Id: I6e1fd425e9b528049f1d461eb2d66c49f70e7288 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'src/libs/installer/packagemanagercore_p.h')
-rw-r--r--src/libs/installer/packagemanagercore_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/installer/packagemanagercore_p.h b/src/libs/installer/packagemanagercore_p.h
index ecf2f38d4..d2d97e115 100644
--- a/src/libs/installer/packagemanagercore_p.h
+++ b/src/libs/installer/packagemanagercore_p.h
@@ -115,16 +115,16 @@ public:
bool appendComponentToInstall(Component *components);
QString installReason(Component *component);
- void runInstaller();
+ bool runInstaller();
bool isInstaller() const;
- void runUninstaller();
+ bool runUninstaller();
bool isUninstaller() const;
void runUpdater();
bool isUpdater() const;
- void runPackageUpdater();
+ bool runPackageUpdater();
bool isPackageManager() const;
QString replaceVariables(const QString &str) const;