/* ------------------------------------------------------------------------- * RTNet DlgConf * ------------------------------------------------------------------------- * * Class: t_dlgConf * * Purpose: Set configuration * * Author: L. Mervart * * Created: 15-Sep-2013 * * Changes: * * -----------------------------------------------------------------------*/ #include "dlgconf.h" #include "settings.h" using namespace std; using namespace GnssCenter; // Constructor ///////////////////////////////////////////////////////////////////////////// t_dlgConf::t_dlgConf() : QDialog() { } // Destructor ///////////////////////////////////////////////////////////////////////////// t_dlgConf::~t_dlgConf() { }