- Timestamp:
- Apr 28, 2012, 1:33:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncsettings.cpp
r4073 r4074 226 226 void bncSettings::remove(const QString& key ) { 227 227 QMutexLocker locker(&_mutex); 228 228 _bncApp->_settings.remove(key); 229 229 } 230 230
Note:
See TracChangeset
for help on using the changeset viewer.