MCPcopy Create free account
hub / github.com/KDE/kdevelop / startSearch

Method startSearch

plugins/grepview/grepviewplugin.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void GrepViewPlugin::startSearch(const QString& pattern, const QString& directory, bool show)
119{
120 m_directory = directory;
121 showDialog(false, pattern, show);
122}
123
124KDevelop::ContextMenuExtension GrepViewPlugin::contextMenuExtension(KDevelop::Context* context, QWidget* parent)
125{

Callers 1

showDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected