source: ntrip/trunk/BNC/bncapp.h@ 82

Last change on this file since 82 was 82, checked in by mervart, 18 years ago

* empty log message *

File size: 289 bytes
Line 
1
2#ifndef BNCAPP_H
3#define BNCAPP_H
4
5#include <QApplication>
6
7class bncApp : public QApplication {
8 Q_OBJECT
9
10 public:
11 bncApp(int argc, char* argv[], bool GUIenabled);
12 virtual ~bncApp();
13
14 public slots:
15 void slotMessage(const QByteArray msg);
16
17 private slots:
18};
19#endif
Note: See TracBrowser for help on using the repository browser.