Salome HOME
PAL10125 - by double click on reference original object becomes selected
[modules/gui.git] / src / SUIT / SUIT_Application.h
index 1961d77b4858b2c85f8699cd2d082d26b2a69588..283d546de6103c869087bd5012a8651aa376bd70 100755 (executable)
@@ -14,6 +14,7 @@ class SUIT_ViewModel;
 class SUIT_ResourceMgr;
 class QString;
 class QIconSet;
+class QLabel;
 /*! \class QObject
  * \brief For more information see <a href="http://doc.trolltech.com">QT documentation</a>.
  */
@@ -133,6 +134,8 @@ protected slots:
 private:
   SUIT_Study*           myStudy;
   SUIT_Desktop*         myDesktop;
+
+  QLabel*               myStatusLabel;
 };
 
 //! This function must return a new application instance.