Salome HOME
Second integration of Salome On Demand
[modules/gui.git] / src / LightApp / LightApp_Application.h
index 351c1663ce5b8f8e3813d506097f2a30f171e7a8..0ca6017bba5a164edbbe1539cd1db853b63e31e6 100644 (file)
@@ -191,8 +191,6 @@ public:
 
   virtual bool                        checkExistingDoc( bool = true );
 
-  static void                         logUserEvent(const QString& eventDescription);
-
 #ifndef DISABLE_PYCONSOLE
   PyConsole_Interp*                   getPyInterp();
 #endif
@@ -339,6 +337,7 @@ private:
   QList<QToolBar*>                    findToolBars( const QStringList& names = QStringList() );
   void                                createHelpItems( const QString& );
   void                                removeHelpItems( const QString& );
+  void                                updateSalomeApprc();
 
   QByteArray                          processState(QByteArray& input,
                                                    const bool processWin,