aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/locator/locatormanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/locator/locatormanager.h')
-rw-r--r--src/plugins/coreplugin/locator/locatormanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/locator/locatormanager.h b/src/plugins/coreplugin/locator/locatormanager.h
index ffc7493cd07..5d58da418ae 100644
--- a/src/plugins/coreplugin/locator/locatormanager.h
+++ b/src/plugins/coreplugin/locator/locatormanager.h
@@ -44,6 +44,8 @@ public:
static void show(const QString &text, int selectionStart = -1, int selectionLength = 0);
static QWidget *createLocatorInputWidget(QWidget *window);
+
+ static bool locatorHasFocus();
};
} // namespace Core