Show
Ignore:
Timestamp:
03/12/07 04:59:02 (21 months ago)
Author:
flynd
Message:

Patch by hammer to close tabs on middle click. Closes #1486

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/usereventdlg.cpp

    r4800 r4864  
    249249  connect(tabw, SIGNAL(currentChanged(QWidget *)), 
    250250          this, SLOT(slot_currentChanged(QWidget *))); 
     251  connect(tabw, SIGNAL(middleClick(QWidget*)), this, SLOT(removeTab(QWidget*))); 
    251252} 
    252253