forked from qt-creator/qt-creator
SearchResultWidget: Remove excess newlines
Change-Id: Ifbbc42069951c6cd41e33df4324ff6cbeabea79f Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
5ab729ea10
commit
3fe14e4452
@@ -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);
|
||||
|
Reference in New Issue
Block a user