Salome HOME
Make undo/redo lists stored/restored and managed correctly
[modules/shaper.git] / src / XGUI / XGUI_ActionsMgr.h
index 8007e979421e63275f22a73277b729eed1b78e68..5c74e2b796c0ce6c43f36438561ffdcec1d74a34 100644 (file)
@@ -55,6 +55,11 @@ Q_OBJECT
 
   /// Registers shortcut (key sequence) for the command triggering
   /// \param theKeySequence a key sequence to register
+  QKeySequence registerShortcut(const QKeySequence& theKeySequence);
+
+  /// This is an overloaded function.
+  /// Registers shortcut (key sequence) for the command triggering
+  /// \param theKeySequence - string that contain a key sequence to register
   QKeySequence registerShortcut(const QString& theKeySequence);
 
   //! Redefinition of Events_Listener method