forked from qt-creator/qt-creator
Find: Fix wrong target of (replace) next/previous actions.
They were always triggered on the find support that had the find tool bar, even if the focus moved to a different one and even if the find tool bar was not visible. Task-number: QTCREATORBUG-11587 Change-Id: Ica7ef6275dc8a7e0e8b974c2796651c9ca7809a6 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -88,6 +88,7 @@ public:
|
||||
|
||||
virtual void setKeySequence(const QKeySequence &key) = 0;
|
||||
virtual QString stringWithAppendedShortcut(const QString &str) const = 0;
|
||||
void augmentActionWithShortcutToolTip(QAction *action) const;
|
||||
static QToolButton *toolButtonWithAppendedShortcut(QAction *action, Command *cmd);
|
||||
|
||||
virtual bool isScriptable() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user