Changeset 5064 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 29, 2013, 11:58:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsettings.cpp
r4548 r5064 27 27 QMutexLocker locker(&_mutex); 28 28 29 #ifdef GNSSCENTER_PLUGIN 30 _bncApp = 0; 31 return; 32 #else 29 33 _bncApp = static_cast<bncApp*>(qApp); 34 #endif 30 35 31 36 // First fill the options … … 220 225 QMutexLocker locker(&_mutex); 221 226 222 if (_bncApp ->_settings.contains(key)) {227 if (_bncApp && _bncApp->_settings.contains(key)) { 223 228 return _bncApp->_settings[key]; 224 229 }
Note:
See TracChangeset
for help on using the changeset viewer.