source: pacpussensors/trunk/Gps/ui/gpsconfigdialogimpl.h@ 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: 371 bytes
Line 
1#ifndef GPSCONFIGDIALOGIMPL_H
2#define GPSCONFIGDIALOGIMPL_H
3
4
5#include "gpsconfigdialog.h"
6
7
8class GpsConfigDialogImpl : public GpsConfigDialog
9{
10 Q_OBJECT
11public:
12 GpsConfigDialogImpl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
13 ~GpsConfigDialogImpl();
14
15public slots:
16
17
18};
19
20#endif // GPSCONFIGDIALOGIMPL_H
Note: See TracBrowser for help on using the repository browser.