Changeset 79 for trunk/src/tools/qcriticalsection_p.h
- Timestamp:
- Apr 5, 2006, 9:18:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tools/qcriticalsection_p.h
r8 r79 61 61 */ 62 62 63 #if defined(Q_WS_WIN)64 63 class QCriticalSectionPrivate; 65 #endif66 64 67 65 class QCriticalSection … … 73 71 void leave(); 74 72 75 #if defined(Q_WS_WIN)76 73 private: 77 74 QCriticalSectionPrivate *d; 78 #endif79 75 }; 80 76
Note:
See TracChangeset
for help on using the changeset viewer.