Changeset 5452 in ntrip for trunk/GnssCenter/main/settings.h


Ignore:
Timestamp:
Sep 14, 2013, 3:28:51 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/main/settings.h

    r5001 r5452  
    1616  void setValue(const QString &key, const QVariant& value);
    1717  void remove(const QString& key );
     18  void sync();
     19  void beginGroup(const QString& groupName);
     20  void endGroup();
     21 private:
    1822  void reRead();
    19   void sync();
    20  private:
    21   void          setValue_p(const QString &key, const QVariant& value);
    2223  t_app*        _app;
     24  QString       _groupName;
    2325  static QMutex _mutex;
    2426};
Note: See TracChangeset for help on using the changeset viewer.