Changeset 109 in ntrip for trunk/BNC/bncapp.h


Ignore:
Timestamp:
Sep 7, 2006, 10:30:58 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.h

    r82 r109  
    44
    55#include <QApplication>
     6#include <QFile>
     7#include <QTextStream>
    68
    79class bncApp : public QApplication {
    810  Q_OBJECT
    9 
    1011  public:
    1112    bncApp(int argc, char* argv[], bool GUIenabled);
    1213    virtual ~bncApp(); 
    13 
    1414  public slots:
    1515    void slotMessage(const QByteArray msg);
    16  
    17   private slots:
     16  private:
     17    QFile*       _logFile;
     18    QTextStream* _logStream;
    1819};
    1920#endif
Note: See TracChangeset for help on using the changeset viewer.