summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/find
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2017-07-27 21:19:44 +0200
committerAndré Hartmann <aha_1980@gmx.de>2017-07-27 19:39:43 +0000
commit3fe14e44523536cab4fb152c95c2a689cbfa2efb (patch)
tree4678908e68ec22cc864f36fb24609b19c7e8d958 /src/plugins/coreplugin/find
parent5ab729ea10851fa63ebdd97bd3a93da1185f60e8 (diff)
downloadqt-creator-3fe14e44523536cab4fb152c95c2a689cbfa2efb.tar.gz
SearchResultWidget: Remove excess newlines
Change-Id: Ifbbc42069951c6cd41e33df4324ff6cbeabea79f Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/coreplugin/find')
-rw-r--r--src/plugins/coreplugin/find/searchresultwidget.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/coreplugin/find/searchresultwidget.cpp b/src/plugins/coreplugin/find/searchresultwidget.cpp
index b09fc6e8fd..ad3f0b9678 100644
--- a/src/plugins/coreplugin/find/searchresultwidget.cpp
+++ b/src/plugins/coreplugin/find/searchresultwidget.cpp
@@ -295,8 +295,6 @@ void SearchResultWidget::addResults(const QList<SearchResultItem> &items, Search
}
}
-
-
int SearchResultWidget::count() const
{
return m_count;
@@ -309,7 +307,6 @@ void SearchResultWidget::setSupportsReplace(bool replaceSupported, const QString
m_dontAskAgainGroup = group;
}
-
void SearchResultWidget::setTextToReplace(const QString &textToReplace)
{
m_replaceTextEdit->setText(textToReplace);