Fix qdoc warning: yet another std::filesystem
Change-Id: If3c2e7ea3ae32e9596c51623449a405b16b27a5f Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>bb10
parent
50e33159f1
commit
cb8ec51fb5
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue