mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 20:26:45 -04:00
Remove leading white spaces in blank lines to make them really empty
This commit is contained in:
@@ -46,7 +46,7 @@ IncrementalSearchBar::IncrementalSearchBar(QWidget* parent)
|
||||
,_highlightMatches(0)
|
||||
{
|
||||
QHBoxLayout* layout = new QHBoxLayout(this);
|
||||
|
||||
|
||||
QToolButton* close = new QToolButton(this);
|
||||
close->setObjectName( QLatin1String("close-button" ));
|
||||
close->setToolTip( i18n("Close the search bar") );
|
||||
@@ -160,7 +160,7 @@ bool IncrementalSearchBar::eventFilter(QObject* watched , QEvent* event)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return QWidget::eventFilter(watched,event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user