vlc/vlc-3.0 | branch: master | Romain Vimont <[email protected]> | Thu May 3 10:21:22 2018 +0200| [3b24efda184b7127ea432df016f6c40183fc2729] | committer: Hugo Beauzée-Luyssen
qt: remove useless forward declarations The forward-declared types are necessarily already declared, since they are used either in class fields as objects (without pointer or reference), either as a parameter of an inherited method. Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> (cherry picked from commit 97c4f9065266998618c6bc604685b3eca14406f6) Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=3b24efda184b7127ea432df016f6c40183fc2729 --- modules/gui/qt/util/timetooltip.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/gui/qt/util/timetooltip.hpp b/modules/gui/qt/util/timetooltip.hpp index e7e57f622a..b6d7c646c9 100644 --- a/modules/gui/qt/util/timetooltip.hpp +++ b/modules/gui/qt/util/timetooltip.hpp @@ -26,12 +26,6 @@ #include <QWidget> -class QPaintEvent; -class QString; -class QFont; -class QRect; -class QPainterPath; - class TimeTooltip : public QWidget { Q_OBJECT _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
