Changeset 1277 for trunk


Ignore:
Timestamp:
May 27, 2010, 3:46:13 PM (14 years ago)
Author:
garnier
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/src/G4UIQt.cc

    r1275 r1277  
    324324  // Connect signal
    325325  connect(fCommandArea, SIGNAL(returnPressed()), SLOT(CommandEnteredCallback()));
     326#if QT_VERSION >= 0x040500
    326327  connect(fTabWidget,   SIGNAL(tabCloseRequested(int)), this, SLOT(TabCloseCallback(int)));
     328#endif
    327329  connect(fTabWidget, SIGNAL(currentChanged ( int ) ), SLOT(UpdateTabWidget(int)));
    328330  connect(fToolBox, SIGNAL(currentChanged(int)), SLOT(ToolBoxActivated(int)));
Note: See TracChangeset for help on using the changeset viewer.