- Timestamp:
- Apr 28, 2012, 1:25:33 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncsettings.cpp
r4071 r4072 14 14 * 15 15 * -----------------------------------------------------------------------*/ 16 17 #include <QSettings> 16 18 17 19 #include "bncsettings.h" -
trunk/BNC/bncsettings.h
r4070 r4072 2 2 #define BNCSETTINGS_H 3 3 4 #include <Q Settings>4 #include <QMutex> 5 5 6 6 class bncApp; … … 16 16 void sync(); 17 17 private: 18 bncApp* _bncApp; 18 bncApp* _bncApp; 19 static QMutex _mutex; 19 20 }; 20 21
Note:
See TracChangeset
for help on using the changeset viewer.