Changeset 1535 in ntrip for trunk/BNC/bncnetqueryrtp.cpp


Ignore:
Timestamp:
Jan 25, 2009, 8:53:37 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryrtp.cpp

    r1533 r1535  
    1919
    2020#include "bncnetqueryrtp.h"
     21#include "bncsettings.h"
    2122
    2223using namespace std;
     
    112113  // Connect the Socket
    113114  // ------------------
    114   QSettings settings;
     115  bncSettings settings;
    115116  QString proxyHost = settings.value("proxyHost").toString();
    116117  int     proxyPort = settings.value("proxyPort").toInt();
Note: See TracChangeset for help on using the changeset viewer.