Changeset 4072 in ntrip


Ignore:
Timestamp:
Apr 28, 2012, 1:25:33 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsettings.cpp

    r4071 r4072  
    1414 *
    1515 * -----------------------------------------------------------------------*/
     16
     17#include <QSettings>
    1618
    1719#include "bncsettings.h"
  • 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.