From 1188885fdf09980c6339562acc5f1d0bb9a4bc0d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 6 Dec 2012 20:10:55 +0100 Subject: QStandardPaths::displayName() is unavailable when bootstrapped reflect that in the class definition Change-Id: I1224ed851b220abae38c62a4d3dbea8ddbd40b83 Reviewed-by: Oswald Buddenhagen --- src/corelib/io/qstandardpaths.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/io/qstandardpaths.h') diff --git a/src/corelib/io/qstandardpaths.h b/src/corelib/io/qstandardpaths.h index 2376b7d6c8..d8b6d24f57 100644 --- a/src/corelib/io/qstandardpaths.h +++ b/src/corelib/io/qstandardpaths.h @@ -83,7 +83,9 @@ public: static QString locate(StandardLocation type, const QString &fileName, LocateOptions options = LocateFile); static QStringList locateAll(StandardLocation type, const QString &fileName, LocateOptions options = LocateFile); +#ifndef QT_BOOTSTRAPPED static QString displayName(StandardLocation type); +#endif static QString findExecutable(const QString &executableName, const QStringList &paths = QStringList()); -- cgit v1.2.3