Doc: Add docs for the FilePathWatcher class to fix a link to it

Change-Id: Ic9f0aea828e423118b74455a40ca7210b73e3284
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2025-01-20 10:37:30 +01:00
parent f406541297
commit 53ce3755e9

View File

@@ -330,6 +330,14 @@ bool FilePath::equalsCaseSensitive(const FilePath &other) const
return equals(*this, other, Qt::CaseSensitive);
}
/*!
\class Utils::FilePathWatcher
\inmodule QtCreator
\brief The FilePathWatcher class watches a file at a path for editing,
renaming, or deletion.
*/
/*!
Returns a FilePathWatcher for this path.