Example compile fix with namespaced Qt

This uses the "unneeded #include" approach, as this looks less
ugly than the QT_{BEGIN,END}_NAMESPACE decoration.

Change-Id: I03b6cf3ebf464134fe78ab49cbbad70c0b5fd42a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
hjk 2020-06-05 16:07:07 +02:00
parent ea86f19319
commit de389229fa

View File

@ -51,9 +51,7 @@
#ifndef FLICKABLE_H
#define FLICKABLE_H
class QMouseEvent;
class QPoint;
class QWidget;
#include <QWidget>
class FlickableTicker;
class FlickablePrivate;