QFileInfoGatherer: add some API docs
Task-number: QTBUG-99750 Pick-to: 6.7 6.6 Change-Id: I908e1135b895dbf6116b1dce7416b14905b886b2 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
dd4c14104c
commit
0cda986eb6
@ -249,6 +249,15 @@ bool QFileInfoGatherer::isWatching() const
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*! \internal
|
||||||
|
|
||||||
|
If \a v is \c false, the QFileSystemWatcher used internally will be deleted
|
||||||
|
and subsequent calls to watchPaths() will do nothing.
|
||||||
|
|
||||||
|
If \a v is \c true, subsequent calls to watchPaths() will add those paths to
|
||||||
|
the filesystem watcher; watchPaths() will initialize a QFileSystemWatcher if
|
||||||
|
one hasn't already been initialized.
|
||||||
|
*/
|
||||||
void QFileInfoGatherer::setWatching(bool v)
|
void QFileInfoGatherer::setWatching(bool v)
|
||||||
{
|
{
|
||||||
#if QT_CONFIG(filesystemwatcher)
|
#if QT_CONFIG(filesystemwatcher)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user