From 872bd73863e6b69cb4915422170a871ae1b3b714 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 6 Oct 2011 06:18:42 +0000 Subject: [PATCH] Additional fix for the "0021318: EDF 1615 ALL: Display in full screen mode" issue. --- src/SUIT/SUIT_Application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2