Changeset 1535 in ntrip for trunk/BNC/bncnetqueryv1.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/bncnetqueryv1.cpp

    r1534 r1535  
    1919
    2020#include "bncnetqueryv1.h"
     21#include "bncsettings.h"
    2122
    2223using namespace std;
     
    9596  // Connect the Socket
    9697  // ------------------
    97   QSettings settings;
     98  bncSettings settings;
    9899  QString proxyHost = settings.value("proxyHost").toString();
    99100  int     proxyPort = settings.value("proxyPort").toInt();
Note: See TracChangeset for help on using the changeset viewer.