Fix qdoc warning: yet another std::filesystem

Change-Id: If3c2e7ea3ae32e9596c51623449a405b16b27a5f
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Volker Hilsheimer 2020-09-23 00:36:18 +02:00
parent 50e33159f1
commit cb8ec51fb5
1 changed files with 1 additions and 1 deletions

View File

@ -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)