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


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

Legend:

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

    r5452 r5453  
    1010class t_settings {
    1111 public:
    12   t_settings();
     12  t_settings(const QString& groupName = QString());
    1313  ~t_settings();
    1414  QVariant value(const QString& key,
     
    1717  void remove(const QString& key );
    1818  void sync();
    19   void beginGroup(const QString& groupName);
    20   void endGroup();
    2119 private:
    2220  void reRead();
Note: See TracChangeset for help on using the changeset viewer.