source: trunk/doc/src/snippets/ntfsp.cpp@ 244

Last change on this file since 244 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 187 bytes
Line 
1
2
3//! [0]
4extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
5//! [0]
6
7//! [1]
8qt_ntfs_permission_lookup++; // turn checking on
9qt_ntfs_permission_lookup--; // turn it off again
10//! [1]
11
Note: See TracBrowser for help on using the repository browser.