- Timestamp:
- Oct 27, 2008, 5:25:11 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r1176 r1177 387 387 388 388 if (!existFlg) { 389 emit deleteGetThread(thread); 389 390 disconnect(thread, 0, 0, 0); 390 391 _staIDs.removeAll(thread->staID()); -
trunk/BNC/bnccaster.h
r1173 r1177 49 49 signals: 50 50 void newGetThread(bncGetThread* thread); 51 void deleteGetThread(bncGetThread* thread); 51 52 void getThreadErrors(); 52 53 void newMessage(QByteArray msg); -
trunk/BNC/bncwindow.cpp
r1175 r1177 686 686 this, SLOT(slotNewGetThread(bncGetThread*))); 687 687 688 connect (_caster, SIGNAL(deleteGetThread(bncGetThread*)), 689 this, SLOT(slotDeleteGetThread(bncGetThread*))); 690 688 691 _caster->slotReadMountpoints(); 689 692 … … 803 806 } 804 807 } 808 } 809 810 // 811 //////////////////////////////////////////////////////////////////////////// 812 void bncWindow::slotDeleteGetThread(bncGetThread* thread) { 805 813 } 806 814 -
trunk/BNC/bncwindow.h
r1173 r1177 59 59 public slots: 60 60 void slotNewGetThread(bncGetThread* thread); 61 void slotDeleteGetThread(bncGetThread* thread); 61 62 62 63 private slots:
Note:
See TracChangeset
for help on using the changeset viewer.