Changeset 1485 in ntrip


Ignore:
Timestamp:
Jan 17, 2009, 5:46:59 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r1484 r1485  
    3939 * -----------------------------------------------------------------------*/
    4040
    41 #include <iostream>
    42 
    4341#include "bnctabledlg.h"
    4442#include "bncgetthread.h"
     
    583581////////////////////////////////////////////////////////////////////////////
    584582void bncTableDlg::slotCasterHostChanged(const QString& newHost) {
    585 
    586   cout << "current index: " << _casterHostComboBox->currentIndex() << endl;
    587 
    588583  QSettings settings;
    589584  QStringList casterUrlList = settings.value("casterUrlList").toStringList();
Note: See TracChangeset for help on using the changeset viewer.