From cb8ec51fb5d915e5cf2a66198fe689455a27d902 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 23 Sep 2020 00:36:18 +0200 Subject: Fix qdoc warning: yet another std::filesystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If3c2e7ea3ae32e9596c51623449a405b16b27a5f Reviewed-by: MÃ¥rten Nordheim --- src/corelib/io/qfileinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib') diff --git a/src/corelib/io/qfileinfo.h b/src/corelib/io/qfileinfo.h index 40cb0125ed..73098d2a85 100644 --- a/src/corelib/io/qfileinfo.h +++ b/src/corelib/io/qfileinfo.h @@ -152,7 +152,7 @@ public: bool isBundle() const; QString symLinkTarget() const; -#if QT_CONFIG(cxx17_filesystem) +#if QT_CONFIG(cxx17_filesystem) || defined(Q_CLANG_QDOC) std::filesystem::path filesystemSymLinkTarget() const { return QtPrivate::toFilesystemPath(symLinkTarget()); } #endif // QT_CONFIG(cxx17_filesystem) -- cgit v1.2.3