Git commit f8c9104c0e3f86b0a94987f938968aeeff1770b1 by Simon Edwards. Committed on 13/06/2014 at 11:55. Pushed by sedwards into branch 'master'. eventFilter() is public in QObject and should also be public in LineEditUrl= DropEventFilter. M +0 -2 src/lineediturldropeventfilter.h http://commits.kde.org/kwidgetsaddons/f8c9104c0e3f86b0a94987f938968aeeff177= 0b1 diff --git a/src/lineediturldropeventfilter.h b/src/lineediturldropeventfil= ter.h index b075413..e8bc4c0 100644 --- a/src/lineediturldropeventfilter.h +++ b/src/lineediturldropeventfilter.h @@ -38,8 +38,6 @@ class KWIDGETSADDONS_EXPORT LineEditUrlDropEventFilter public: LineEditUrlDropEventFilter(QObject *parent =3D 0); virtual ~LineEditUrlDropEventFilter(); - -private: virtual bool eventFilter(QObject *obj, QEvent *ev); }; =20