From: Robin Burchell Date: Fri, 20 Jan 2012 08:08:41 +0000 (+0200) Subject: Change visibility of eventFilter(). X-Git-Tag: qt-v5.0.0-alpha1~1707 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03700a293ea59eb9b6f2298d3462dce989f5e5ee;p=profile%2Fivi%2Fqtbase.git Change visibility of eventFilter(). Change-Id: I2d47e3d1f5a8fac5a1fe4638dce87a9e036f8544 Reviewed-by: Bradley T. Hughes --- diff --git a/src/widgets/dialogs/qfontdialog.h b/src/widgets/dialogs/qfontdialog.h index f5353d5..bda23de 100644 --- a/src/widgets/dialogs/qfontdialog.h +++ b/src/widgets/dialogs/qfontdialog.h @@ -112,11 +112,9 @@ Q_SIGNALS: protected: void changeEvent(QEvent *event); void done(int result); - -private: - // ### Qt 5: make protected bool eventFilter(QObject *object, QEvent *event); +private: Q_DISABLE_COPY(QFontDialog) Q_PRIVATE_SLOT(d_func(), void _q_sizeChanged(const QString &))