summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/ntfsp.cpp
blob: ad5dc48bc693d728456c1c802437a157d0af8fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11


//! [0]
extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
//! [0]

//! [1]
qt_ntfs_permission_lookup++; // turn checking on
qt_ntfs_permission_lookup--; // turn it off again
//! [1]