source: ntrip/trunk/GnssCenter/monitor/dlgconf.cpp@ 5454

Last change on this file since 5454 was 5454, checked in by mervart, 11 years ago
File size: 739 bytes
Line 
1
2/* -------------------------------------------------------------------------
3 * RTNet DlgConf
4 * -------------------------------------------------------------------------
5 *
6 * Class: t_dlgConf
7 *
8 * Purpose: Set configuration
9 *
10 * Author: L. Mervart
11 *
12 * Created: 15-Sep-2013
13 *
14 * Changes:
15 *
16 * -----------------------------------------------------------------------*/
17
18#include "dlgconf.h"
19#include "settings.h"
20
21using namespace std;
22using namespace GnssCenter;
23
24// Constructor
25/////////////////////////////////////////////////////////////////////////////
26t_dlgConf::t_dlgConf() : QDialog() {
27}
28
29// Destructor
30/////////////////////////////////////////////////////////////////////////////
31t_dlgConf::~t_dlgConf() {
32}
33
Note: See TracBrowser for help on using the repository browser.