summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/qinstallerglobal.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-23 14:06:15 +0200
committerkh1 <qt-info@nokia.com>2011-06-23 14:06:51 +0200
commitea3360f47f4729f60bb546f42be1e33ccc3db71c (patch)
tree58e81d12dda6dd53a3f41a8dcd6229c2b3ba2ecf /installerbuilder/libinstaller/qinstallerglobal.h
parente7dc0f9095390abf3b22870438d611d3834aafc4 (diff)
Add support to have gui pages configurable.
Now we can expose all objects thru the config.xml and set there values as well. Should help to reduce the need to change code inside the ui classes.
Diffstat (limited to 'installerbuilder/libinstaller/qinstallerglobal.h')
-rw-r--r--installerbuilder/libinstaller/qinstallerglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/installerbuilder/libinstaller/qinstallerglobal.h b/installerbuilder/libinstaller/qinstallerglobal.h
index 10f9184d6..c2f9eb45e 100644
--- a/installerbuilder/libinstaller/qinstallerglobal.h
+++ b/installerbuilder/libinstaller/qinstallerglobal.h
@@ -98,6 +98,7 @@ static const QLatin1String scSortingPriority("SortingPriority");
static const QLatin1String scIcon("Icon");
static const QLatin1String scLogo("Logo");
static const QLatin1String scTitle("Title");
+static const QLatin1String scPages("Pages");
static const QLatin1String scPrefix("Prefix");
static const QLatin1String scLogoSmall("LogoSmall");
static const QLatin1String scPublisher("Publisher");