activate by default the clear button on every document search lineedit

svn path=/trunk/KDE/kdegraphics/okular/; revision=712501
This commit is contained in:
Pino Toscano 2007-09-14 15:42:27 +00:00
parent bb59c02642
commit a0b2ad4a4c

View file

@ -24,6 +24,7 @@ SearchLineEdit::SearchLineEdit( QWidget * parent, Okular::Document * document )
m_moveViewport( false ), m_changed( false )
{
setObjectName( "SearchLineEdit" );
setClearButtonShown( true );
// a timer to ensure that we don't flood the document with requests to search
m_inputDelayTimer = new QTimer(this);