- Timestamp:
- Nov 23, 2009, 11:31:43 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r1586 r2009 143 143 app.connect(caster, SIGNAL(getThreadsFinished()), &app, SLOT(quit())); 144 144 145 ((bncApp*)qApp)->slotMessage("========== == Start BNC ============", true);145 ((bncApp*)qApp)->slotMessage("========== Start BNC v1.7 =========", true); 146 146 147 147 // Normal case - data from Internet -
trunk/BNC/bncwindow.cpp
r2008 r2009 1100 1100 this, SLOT(slotMountPointsRead(QList<bncGetThread*>))); 1101 1101 1102 ((bncApp*)qApp)->slotMessage("========== == Start BNC ============", true);1102 ((bncApp*)qApp)->slotMessage("========== Start BNC v1.7 =========", true); 1103 1103 1104 1104 bncSettings settings;
Note:
See TracChangeset
for help on using the changeset viewer.