- Timestamp:
- Sep 25, 2006, 10:04:23 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r196 r197 15 15 * 16 16 * -----------------------------------------------------------------------*/ 17 18 #include <iostream.h>19 17 20 18 #include "bnctabledlg.h" … … 255 253 QString net = _table->item(iRow,6)->text(); 256 254 257 cout << (staID + " " + net).toAscii().data() << endl;258 259 255 QString ftpDir; 260 256 QStringListIterator it(_allLines); … … 270 266 } 271 267 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.