Changeset 1668 in ntrip for trunk/BNS/bnscaster.cpp


Ignore:
Timestamp:
Feb 28, 2009, 11:09:23 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnscaster.cpp

    r1287 r1668  
    1717#include <math.h>
    1818#include "bnscaster.h"
     19#include "bnssettings.h"
    1920
    2021using namespace std;
     
    3031  _ic = ic;
    3132
    32   QSettings settings;
     33  bnsSettings settings;
    3334
    3435  QIODevice::OpenMode oMode;
     
    9495  }
    9596
    96   QSettings settings;
     97  bnsSettings settings;
    9798  _outSocket = new QTcpSocket();
    9899  QString password;
Note: See TracChangeset for help on using the changeset viewer.