diff options
Diffstat (limited to 'doc/src/snippets/ntfsp.cpp')
-rw-r--r-- | doc/src/snippets/ntfsp.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/snippets/ntfsp.cpp b/doc/src/snippets/ntfsp.cpp new file mode 100644 index 0000000..ad5dc48 --- /dev/null +++ b/doc/src/snippets/ntfsp.cpp @@ -0,0 +1,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] + |