summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstandardpaths_unix.cpp
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-03-15 23:22:34 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-22 18:59:45 +0100
commit3b2ccf1277e1d673a0a4bcfd81565fc7cf5cc5a6 (patch)
tree29b0d74c50f4fe5e70fe80102b39dac48daa7c62 /src/corelib/io/qstandardpaths_unix.cpp
parent349c0de0912884388f2490d4bfd6905424ccf194 (diff)
QStandardPaths: implement displayName() on all platforms.
It was only implemented on Mac OSX until now (all this came from the QDesktopServices code). Change-Id: I7fd81d80ca77cf0ca6c213f59813a6163abe7dc5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qstandardpaths_unix.cpp')
-rw-r--r--src/corelib/io/qstandardpaths_unix.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/io/qstandardpaths_unix.cpp b/src/corelib/io/qstandardpaths_unix.cpp
index b27b19eac9..1a2ae96edb 100644
--- a/src/corelib/io/qstandardpaths_unix.cpp
+++ b/src/corelib/io/qstandardpaths_unix.cpp
@@ -280,12 +280,6 @@ QStringList QStandardPaths::standardLocations(StandardLocation type)
return dirs;
}
-QString QStandardPaths::displayName(StandardLocation type)
-{
- Q_UNUSED(type);
- return QString();
-}
-
QT_END_NAMESPACE
#endif // QT_NO_STANDARDPATHS