Salome HOME
Updated copyright comment
[modules/gui.git] / src / LightApp / LightApp_Application.h
index 351c1663ce5b8f8e3813d506097f2a30f171e7a8..b9c19317d3ed1e9d0df97867a0da2499867b0416 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -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,