Salome HOME
IPAL54545: Problem with Preferences dialog if HOMARD module is before YACS in the...
[modules/gui.git] / src / LightApp / LightApp_Preferences.h
index 4f04942a041dc39de14d6d04305fc7bd9aeb3374..accbe9b4af10fd588d3831173b1453dafae68b9f 100644 (file)
@@ -30,6 +30,7 @@
 #include <SUIT_PreferenceMgr.h>
 
 #include <QMap>
+#include <QStringList>
 
 class QtxResourceMgr;
 
@@ -53,7 +54,8 @@ public:
 
   bool                 hasModule( const QString& ) const;
 
-  void                 activateItem( const QString& ) const;
+  void                 activateItem( const QString& );
+  void                 activateItem( const QStringList& );
 
 protected:
   void                 changedResources( const ResourceMap& );