Ignore:
Timestamp:
Sep 15, 2013, 10:03:43 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/dlgconf.cpp

    r5455 r5456  
    1818#include "dlgconf.h"
    1919#include "settings.h"
     20#include "const.h"
    2021
    2122using namespace std;
     
    2526/////////////////////////////////////////////////////////////////////////////
    2627t_dlgConf::t_dlgConf(QWidget* parent) : QDialog(parent) {
     28
     29  t_settings settings(pluginName);
     30  settings.setValue("host", "rtnet.rtcm-ntrip.org");
     31  settings.setValue("port", 7777);
     32  settings.sync();
     33
    2734}
    2835
Note: See TracChangeset for help on using the changeset viewer.