Changeset 197 in ntrip


Ignore:
Timestamp:
Sep 25, 2006, 10:04:23 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r196 r197  
    1515 *
    1616 * -----------------------------------------------------------------------*/
    17 
    18 #include <iostream.h>
    1917
    2018#include "bnctabledlg.h"
     
    255253      QString net   = _table->item(iRow,6)->text();
    256254
    257       cout << (staID + " " + net).toAscii().data() << endl;
    258 
    259255      QString ftpDir;
    260256      QStringListIterator it(_allLines);
     
    270266      }
    271267
    272       cout << ftpDir.toAscii().data() << endl;
    273 
    274     }
    275   }
    276 
    277 }
     268      if (!ftpDir.isEmpty()) {
     269        QUrl url(ftpDir);
     270        QMessageBox::warning(0, "Warning", url.host() + "\n" + url.path() +
     271                             "\nnot yet implemented");
     272      }
     273    }
     274  }
     275}
     276
Note: See TracChangeset for help on using the changeset viewer.