mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdeui: remove useless KLineEdit::focusInEvent() and KLineEdit::focusOutEvent()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f7bf6ebaf6
commit
5c2ce9ef9e
2 changed files with 0 additions and 14 deletions
|
@ -1793,16 +1793,6 @@ void KLineEdit::paintEvent( QPaintEvent *ev )
|
|||
}
|
||||
}
|
||||
|
||||
void KLineEdit::focusInEvent( QFocusEvent *ev )
|
||||
{
|
||||
QLineEdit::focusInEvent( ev );
|
||||
}
|
||||
|
||||
void KLineEdit::focusOutEvent( QFocusEvent *ev )
|
||||
{
|
||||
QLineEdit::focusOutEvent( ev );
|
||||
}
|
||||
|
||||
void KLineEdit::setClickMessage( const QString &msg )
|
||||
{
|
||||
d->enableClickMsg = !msg.isEmpty();
|
||||
|
|
|
@ -583,10 +583,6 @@ protected:
|
|||
|
||||
virtual void paintEvent( QPaintEvent *ev );
|
||||
|
||||
virtual void focusInEvent( QFocusEvent *ev );
|
||||
|
||||
virtual void focusOutEvent( QFocusEvent *ev );
|
||||
|
||||
private Q_SLOTS:
|
||||
void completionMenuActivated( QAction *act );
|
||||
void tripleClickTimeout(); // resets possibleTripleClick
|
||||
|
|
Loading…
Add table
Reference in a new issue