Last change
on this file since 137 was 59, checked in by DHERBOMEZ Gérald, 10 years ago |
Integration of new modules:
- GPS NMEA0183 decoder
- Span CPT Decoder
Update of:
|
File size:
371 bytes
|
Rev | Line | |
---|
[59] | 1 | #ifndef GPSCONFIGDIALOGIMPL_H
|
---|
| 2 | #define GPSCONFIGDIALOGIMPL_H
|
---|
| 3 |
|
---|
| 4 |
|
---|
| 5 | #include "gpsconfigdialog.h"
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | class GpsConfigDialogImpl : public GpsConfigDialog
|
---|
| 9 | {
|
---|
| 10 | Q_OBJECT
|
---|
| 11 | public:
|
---|
| 12 | GpsConfigDialogImpl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
---|
| 13 | ~GpsConfigDialogImpl();
|
---|
| 14 |
|
---|
| 15 | public slots:
|
---|
| 16 |
|
---|
| 17 |
|
---|
| 18 | };
|
---|
| 19 |
|
---|
| 20 | #endif // GPSCONFIGDIALOGIMPL_H |
---|
Note:
See
TracBrowser
for help on using the repository browser.