Changeset 4070 in ntrip for trunk/BNC/bncapp.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/bncapp.h

    r4020 r4070  
    2626#define BNCAPP_H
    2727
    28 #include <QApplication>
    29 #include <QFile>
    30 #include <QTextStream>
     28#include <QtGui>
    3129
    3230#include "bnccaster.h"
     
    4038class bncApp : public QApplication {
    4139  Q_OBJECT
     40
     41    friend class bncSettings;
     42    QSettings::SettingsMap   _settings;
     43
    4244  public:
    4345    enum e_mode {interactive, nonInteractive, batchPostProcessing};
Note: See TracChangeset for help on using the changeset viewer.