Timeline: Fix forward declaration

Change-Id: I9348268189cf35e75f5bb29573730f2c24ede8ba
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Ulf Hermann
2016-07-06 12:35:28 +02:00
parent c08862688a
commit d786c33ed0

View File

@@ -27,7 +27,7 @@
#include "timeline_global.h" #include "timeline_global.h"
class QQmlEngine; QT_FORWARD_DECLARE_CLASS(QQmlEngine)
namespace Timeline { namespace Timeline {