- Timestamp:
- Nov 12, 2006, 3:47:16 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r285 r295 108 108 app.connect(_global_caster, SIGNAL(newMessage(const QByteArray&)), 109 109 &app, SLOT(slotMessage(const QByteArray&))); 110 111 ((bncApp*)qApp)->slotMessage("============ Start BNC ============"); 110 112 111 113 int iMount = -1; -
trunk/BNC/bncwindow.cpp
r285 r295 411 411 (bncApp*)qApp, SLOT(slotMessage(const QByteArray&))); 412 412 413 slotMessage("============ Start BNC ============"); 414 ((bncApp*)qApp)->slotMessage("============ Start BNC ============"); 415 413 416 for (int iRow = 0; iRow < _mountPointsTable->rowCount(); iRow++) { 414 417 QUrl url( "//" + _mountPointsTable->item(iRow, 0)->text() +
Note:
See TracChangeset
for help on using the changeset viewer.