summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/qinstallerglobal.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-02-18 16:43:09 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-02-19 15:43:04 +0100
commit8092e354949370be204071258661aefad6f2b58e (patch)
tree3ab35c6e7f791c48f9cafe7a5c2c5efcc114d0c1 /src/libs/installer/qinstallerglobal.h
parent5cd196bfc78098d02100e48811b5d5d696058d96 (diff)
Remove RunMode enum, it's useless and clutters the API.
Change-Id: I4323a0d66bda362ccee71a19352c37c9ac1b51e1 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'src/libs/installer/qinstallerglobal.h')
-rw-r--r--src/libs/installer/qinstallerglobal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libs/installer/qinstallerglobal.h b/src/libs/installer/qinstallerglobal.h
index b7d5d3f3d..81635830b 100644
--- a/src/libs/installer/qinstallerglobal.h
+++ b/src/libs/installer/qinstallerglobal.h
@@ -59,12 +59,6 @@ namespace QInstaller {
static QRegExp scCommaRegExp(QLatin1String("\\b(,|, )\\b"));
-enum INSTALLER_EXPORT RunMode
-{
- AllMode,
- UpdaterMode
-};
-
enum INSTALLER_EXPORT JobError
{
InvalidUrl = 0x24B04,