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


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsettings.h

    r1769 r4070  
    44#include <QSettings>
    55
    6 class bncSettings : public QSettings {
     6class bncApp;
     7
     8class bncSettings {
    79 public:
    810  bncSettings(bool noInit = false);
    9   virtual ~bncSettings() {};
     11  ~bncSettings();
     12  QVariant value(const QString& key,
     13                 const QVariant& defaultValue = QVariant()) const;
     14  void setValue(const QString &key, const QVariant& value);
     15  void remove(const QString& key );
     16  void sync();
    1017 private:
     18  bncApp* _bncApp;
    1119};
    1220
Note: See TracChangeset for help on using the changeset viewer.