Ignore:
Timestamp:
May 28, 2010, 11:36:37 AM (14 years ago)
Author:
garnier
Message:

bug fix on window

File:
1 edited

Legend:

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

    r1277 r1278  
    6767#include <qlistwidget.h>
    6868#include <qtreewidget.h>
     69#include <QResizeEvent>
    6970#else
    7071#include <qaction.h>
     
    324325  // Connect signal
    325326  connect(fCommandArea, SIGNAL(returnPressed()), SLOT(CommandEnteredCallback()));
    326 #if QT_VERSION >= 0x040500
    327327  connect(fTabWidget,   SIGNAL(tabCloseRequested(int)), this, SLOT(TabCloseCallback(int)));
    328 #endif
    329328  connect(fTabWidget, SIGNAL(currentChanged ( int ) ), SLOT(UpdateTabWidget(int)));
    330329  connect(fToolBox, SIGNAL(currentChanged(int)), SLOT(ToolBoxActivated(int)));
Note: See TracChangeset for help on using the changeset viewer.