aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/find/searchresultwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/find/searchresultwindow.h')
-rw-r--r--src/plugins/coreplugin/find/searchresultwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/find/searchresultwindow.h b/src/plugins/coreplugin/find/searchresultwindow.h
index 90f20b47b3..0ca0a55b63 100644
--- a/src/plugins/coreplugin/find/searchresultwindow.h
+++ b/src/plugins/coreplugin/find/searchresultwindow.h
@@ -60,6 +60,7 @@ public:
int count() const;
void setSearchAgainSupported(bool supported);
QWidget *additionalReplaceWidget() const;
+ void setAdditionalReplaceWidget(QWidget *widget);
public slots:
void addResult(const QString &fileName,
@@ -76,12 +77,14 @@ public slots:
void finishSearch(bool canceled);
void setTextToReplace(const QString &textToReplace);
void restart();
+ void setReplaceEnabled(bool enabled);
void setSearchAgainEnabled(bool enabled);
void popup();
signals:
void activated(const Core::SearchResultItem &item);
void replaceButtonClicked(const QString &replaceText, const QList<Core::SearchResultItem> &checkedItems, bool preserveCase);
+ void replaceTextChanged(const QString &replaceText);
void cancelled();
void paused(bool paused);
void visibilityChanged(bool visible);