Last change
on this file since 81 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:
378 bytes
|
Rev | Line | |
---|
[59] | 1 | #include "gpsConfigDialogImpl.h"
|
---|
| 2 | #include "qtabwidget.h"
|
---|
| 3 | #include "qlineedit.h"
|
---|
| 4 | #include "qdom.h"
|
---|
| 5 | #include "gpsmainwindowimpl.h"
|
---|
| 6 | #include "qfile.h"
|
---|
| 7 |
|
---|
| 8 |
|
---|
| 9 | GpsConfigDialogImpl::GpsConfigDialogImpl( QWidget* parent, const char* name, bool modal, WFlags fl )
|
---|
| 10 | : GpsConfigDialog( parent, name, modal, fl )
|
---|
| 11 | {
|
---|
| 12 |
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 |
|
---|
| 16 | GpsConfigDialogImpl::~GpsConfigDialogImpl()
|
---|
| 17 | {
|
---|
| 18 |
|
---|
| 19 | }
|
---|
| 20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.