summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-10-21 20:57:54 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-23 00:56:56 +0200
commitddc093b90e26b2f5291ee70f9d752607429cd81a (patch)
tree0a69f3ef97cd45419b6c0d661996255259e59a30 /src/corelib/io/qstandardpaths.h
parent4b72c3f4347bfb8493e877d26f172f2e18c69a83 (diff)
Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)
Change-Id: I19c36a04a9deae49ffc20fdec6a2a7eb05155cb4 Reviewed-by: Thiago Macieira (Intel) <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qstandardpaths.h')
-rw-r--r--src/corelib/io/qstandardpaths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qstandardpaths.h b/src/corelib/io/qstandardpaths.h
index d0293ab3fd..ac2a17ddc8 100644
--- a/src/corelib/io/qstandardpaths.h
+++ b/src/corelib/io/qstandardpaths.h
@@ -71,6 +71,7 @@ public:
DataLocation,
CacheLocation,
GenericDataLocation,
+ RuntimeLocation,
ConfigLocation
};