mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
remove redundant QTextControl::event() reimplementation
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a19791e6ef
commit
46c3b813a1
2 changed files with 0 additions and 7 deletions
|
@ -1070,11 +1070,6 @@ void QTextControl::processEvent(QEvent *e, const QMatrix &matrix, QWidget *conte
|
|||
}
|
||||
}
|
||||
|
||||
bool QTextControl::event(QEvent *e)
|
||||
{
|
||||
return QObject::event(e);
|
||||
}
|
||||
|
||||
void QTextControl::timerEvent(QTimerEvent *e)
|
||||
{
|
||||
Q_D(QTextControl);
|
||||
|
|
|
@ -228,8 +228,6 @@ public:
|
|||
protected:
|
||||
virtual void timerEvent(QTimerEvent *e);
|
||||
|
||||
virtual bool event(QEvent *e);
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(QTextControl)
|
||||
Q_PRIVATE_SLOT(d_func(), void _q_updateCurrentCharFormatAndSelection())
|
||||
|
|
Loading…
Add table
Reference in a new issue