source: pacpussensors/trunk/Gps/ui/gpsconfigdialogimpl.cpp@ 59

Last change on this file since 59 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
Line 
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
9GpsConfigDialogImpl::GpsConfigDialogImpl( QWidget* parent, const char* name, bool modal, WFlags fl )
10: GpsConfigDialog( parent, name, modal, fl )
11{
12
13}
14
15
16GpsConfigDialogImpl::~GpsConfigDialogImpl()
17{
18
19}
20
Note: See TracBrowser for help on using the repository browser.