forked from qt-creator/qt-creator
timeline: fix forward declaration
Change-Id: Ic69e6559826050adabd3f39e7b936f98d8069621 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
|
||||
namespace Timeline {
|
||||
|
||||
class TimelineRenderPass;
|
||||
class TimelineRenderState;
|
||||
|
||||
class TIMELINE_EXPORT TimelineAbstractRenderer : public QQuickItem
|
||||
{
|
||||
|
@@ -35,8 +35,6 @@
|
||||
|
||||
namespace Timeline {
|
||||
|
||||
class TimelineRenderPass;
|
||||
class TimelineRenderState;
|
||||
|
||||
class TIMELINE_EXPORT TimelineRenderer : public TimelineAbstractRenderer
|
||||
{
|
||||
|
Reference in New Issue
Block a user