diff options
author | Daniel Teske <[email protected]> | 2011-09-05 10:19:49 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2011-09-05 14:37:10 +0200 |
commit | b8b8f167b10fd1bfa65a0ce4b67860b6d3fa0cea (patch) | |
tree | f9a7500ad4e4192f54f8c05de570a00d8946dd81 /src/plugins/find/findplugin.h | |
parent | b09f527f24e48ec6016f628c1f5a9264aafdfd80 (diff) |
Add "Find in directory" to project tree context menu
And also to the filesystem view.
Task-Nr: QTCREATORBUG-5879
Change-Id: I27bfe05808182f56deafd6ceab474894631f0a26
Reviewed-on: http://codereview.qt.nokia.com/4185
Reviewed-by: Qt Sanity Bot <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/find/findplugin.h')
-rw-r--r-- | src/plugins/find/findplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/find/findplugin.h b/src/plugins/find/findplugin.h index 4cc936a3d10..3834872ecb0 100644 --- a/src/plugins/find/findplugin.h +++ b/src/plugins/find/findplugin.h @@ -79,6 +79,7 @@ public: QStringListModel *replaceCompletionModel() const; void setUseFakeVim(bool on); void openFindToolBar(FindDirection direction); + void openFindDialog(IFindFilter *filter); public slots: void setCaseSensitive(bool sensitive); |