From: rnv Date: Thu, 6 Oct 2011 06:18:42 +0000 (+0000) Subject: Additional fix for the "0021318: EDF 1615 ALL: Display in full screen mode" issue. X-Git-Tag: V6_4_0a1~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=872bd73863e6b69cb4915422170a871ae1b3b714;p=modules%2Fgui.git Additional fix for the "0021318: EDF 1615 ALL: Display in full screen mode" issue. --- diff --git a/src/SUIT/SUIT_Application.h b/src/SUIT/SUIT_Application.h index 03f86727b..8b9a30611 100755 --- a/src/SUIT/SUIT_Application.h +++ b/src/SUIT/SUIT_Application.h @@ -113,6 +113,7 @@ public: virtual int viewManagerId ( const SUIT_ViewManager* ) const = 0; virtual void viewManagers( const QString&, QList& ) const = 0; + QAction* action( const int ) const; signals: void applicationClosed( SUIT_Application* ); @@ -162,7 +163,6 @@ protected: void setActionShown( const int, const bool ); static QAction* separator(); - QAction* action( const int ) const; int actionId( const QAction* ) const; QList actions() const;