source:
ntrip/trunk/BNC/bncapp.h@
87
Last change on this file since 87 was 82, checked in by , 18 years ago | |
---|---|
File size: 289 bytes |
Line | |
---|---|
1 | |
2 | #ifndef BNCAPP_H |
3 | #define BNCAPP_H |
4 | |
5 | #include <QApplication> |
6 | |
7 | class 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.