summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2015-01-31 10:06:00 +0100
committerDavid Faure <david.faure@kdab.com>2015-02-23 14:32:25 +0000
commit11e053e6486885010c0a6f63a14559097fcbee82 (patch)
treea49c1897d22d3b11cb0df3c6a55ae7ffe8136bdf
parentb60fd7ade323e04da02d6ffd235272d19fa7076d (diff)
qtpaths: add ApplicationsLocation
Change-Id: Iaf7d363e33e9806d46a8a495469c562aa5d2f6e8 Reviewed-by: Sune Vuorela <sune@vuorela.dk> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/qtpaths/qtpaths.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp
index 320ab966c..a45064cc7 100644
--- a/src/qtpaths/qtpaths.cpp
+++ b/src/qtpaths/qtpaths.cpp
@@ -77,6 +77,7 @@ static const struct StringEnum {
const char *stringvalue;
QStandardPaths::StandardLocation enumvalue;
} lookupTableData[] = {
+ { "ApplicationsLocation", QStandardPaths::ApplicationsLocation },
{ "DesktopLocation", QStandardPaths::DesktopLocation },
{ "DocumentsLocation", QStandardPaths::DocumentsLocation },
{ "FontsLocation", QStandardPaths::FontsLocation },