Changeset 4864 for trunk/qt-gui/src/usereventdlg.cpp
- Timestamp:
- 03/12/07 04:59:02 (21 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/usereventdlg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/usereventdlg.cpp
r4800 r4864 249 249 connect(tabw, SIGNAL(currentChanged(QWidget *)), 250 250 this, SLOT(slot_currentChanged(QWidget *))); 251 connect(tabw, SIGNAL(middleClick(QWidget*)), this, SLOT(removeTab(QWidget*))); 251 252 } 252 253
