summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/qinstallerglobal.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-03-11 17:16:43 +0100
committerkh1 <qt-info@nokia.com>2011-03-11 17:16:43 +0100
commitd2da1210091bf7ac182c3d6bcae10fa52db50c95 (patch)
tree1121f9a656c412314d74370f6adf84d7bd9c0656 /installerbuilder/libinstaller/qinstallerglobal.h
parent9d9a7e8e88522bb23df81984593ec77d4a452b30 (diff)
Replace InstallerMode with AllMode.
Since the old implementation did fetch both updates and all packages in one go and keept the updates in a seperate list, we had to use AllMode to get the packages of both lists. Now the implementation fetches updates and keeps it in one list and all packages (including updates) in another one. So AllMode is now InstallerMode && UpdaterMode.
Diffstat (limited to 'installerbuilder/libinstaller/qinstallerglobal.h')
-rw-r--r--installerbuilder/libinstaller/qinstallerglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/qinstallerglobal.h b/installerbuilder/libinstaller/qinstallerglobal.h
index 06f4975a6..d67bbfaf7 100644
--- a/installerbuilder/libinstaller/qinstallerglobal.h
+++ b/installerbuilder/libinstaller/qinstallerglobal.h
@@ -69,7 +69,7 @@ static void appendFileData(QIODevice *out, const QString &fileName)
QScriptValue qInstallerComponentByName( QScriptContext* context, QScriptEngine* engine );
- Qt::CheckState componentCheckState( const Component* component, RunModes runMode = InstallerMode );
+ Qt::CheckState componentCheckState( const Component* component, RunModes runMode = AllMode );
QString uncaughtExceptionString(QScriptEngine *scriptEngine/*, const QString &context*/);
}