From 11e053e6486885010c0a6f63a14559097fcbee82 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 31 Jan 2015 10:06:00 +0100 Subject: [PATCH] qtpaths: add ApplicationsLocation Change-Id: Iaf7d363e33e9806d46a8a495469c562aa5d2f6e8 Reviewed-by: Sune Vuorela Reviewed-by: Thiago Macieira --- src/qtpaths/qtpaths.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp index 320ab96..a45064c 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 }, -- 2.7.4