X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ActionsMgr.h;h=5c74e2b796c0ce6c43f36438561ffdcec1d74a34;hb=4b713fff3138a7cea908a85b58ed90cf99cfacd1;hp=8007e979421e63275f22a73277b729eed1b78e68;hpb=6c43459ddb2e7778ccea6c6cab764b048cf2979c;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ActionsMgr.h b/src/XGUI/XGUI_ActionsMgr.h index 8007e9794..5c74e2b79 100644 --- a/src/XGUI/XGUI_ActionsMgr.h +++ b/src/XGUI/XGUI_ActionsMgr.h @@ -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