Salome HOME
Updates from V7_dev branch
[modules/gui.git] / src / Qtx / QtxDialog.cxx
index 47a3a28672f6497616355673f96d5882a8571f32..614831777bdbe00fa093611fc3bd551e510b2d6f 100755 (executable)
@@ -1327,7 +1327,7 @@ void QtxDialog::keyPressEvent( QKeyEvent* e )
 
   if ( e->key() == Qt::Key_Tab && e->modifiers() & Qt::ControlModifier )
   {
-    QObject* tab = this->findChild<QTabWidget*>( );
+    QObject* tab = this->findChild<QTabWidget*>();
     if ( tab && !property( "in_tab_event" ).toBool() ) {
       setProperty( "in_tab_event", true );
       QApplication::sendEvent( tab, e );