mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
add note about watching non-existing directories [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a61aa26ba0
commit
a0e92870a7
1 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,11 @@ QFileSystemWatcher::~QFileSystemWatcher()
|
|||
otherwise the fileChanged() signal is emitted when \a path is
|
||||
modified, renamed or removed.
|
||||
|
||||
\note To watch for the creation of non-existing directories you
|
||||
must ensure that the directory path to watch for ends with
|
||||
trainling slash, otherwise it cannot be distinguished from file
|
||||
path.
|
||||
|
||||
\sa addPaths(), removePath()
|
||||
*/
|
||||
void QFileSystemWatcher::addPath(const QString &path)
|
||||
|
|
Loading…
Add table
Reference in a new issue