From 3b2ccf1277e1d673a0a4bcfd81565fc7cf5cc5a6 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 15 Mar 2012 23:22:34 +0100 Subject: 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 --- src/corelib/io/qstandardpaths_win.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/corelib/io/qstandardpaths_win.cpp') diff --git a/src/corelib/io/qstandardpaths_win.cpp b/src/corelib/io/qstandardpaths_win.cpp index 848dd448eb..8bd32eb1d4 100644 --- a/src/corelib/io/qstandardpaths_win.cpp +++ b/src/corelib/io/qstandardpaths_win.cpp @@ -206,12 +206,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 -- cgit v1.2.3