summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2012-01-20 10:08:41 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-20 12:42:10 +0100
commit03700a293ea59eb9b6f2298d3462dce989f5e5ee (patch)
treee03afe043f1fc06b1ec44a98fc82f023187d00f6
parent77fcba22c488ecf178c40501cc3d7d3fabe03716 (diff)
Change visibility of eventFilter().
Change-Id: I2d47e3d1f5a8fac5a1fe4638dce87a9e036f8544 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
-rw-r--r--src/widgets/dialogs/qfontdialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/widgets/dialogs/qfontdialog.h b/src/widgets/dialogs/qfontdialog.h
index f5353d512f..bda23def26 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 &))