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:
parent
ea86f19319
commit
de389229fa
@ -51,9 +51,7 @@
|
|||||||
#ifndef FLICKABLE_H
|
#ifndef FLICKABLE_H
|
||||||
#define FLICKABLE_H
|
#define FLICKABLE_H
|
||||||
|
|
||||||
class QMouseEvent;
|
#include <QWidget>
|
||||||
class QPoint;
|
|
||||||
class QWidget;
|
|
||||||
|
|
||||||
class FlickableTicker;
|
class FlickableTicker;
|
||||||
class FlickablePrivate;
|
class FlickablePrivate;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user