Changeset 4072 in ntrip for trunk/BNC/bncsettings.h


Ignore:
Timestamp:
Apr 28, 2012, 1:25:33 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsettings.h

    r4070 r4072  
    22#define BNCSETTINGS_H
    33
    4 #include <QSettings>
     4#include <QMutex>
    55
    66class bncApp;
     
    1616  void sync();
    1717 private:
    18   bncApp* _bncApp;
     18  bncApp*       _bncApp;
     19  static QMutex _mutex;
    1920};
    2021
Note: See TracChangeset for help on using the changeset viewer.