diff options
Diffstat (limited to 'src/timeline/EventDelegateChooser.h')
-rw-r--r-- | src/timeline/EventDelegateChooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/EventDelegateChooser.h b/src/timeline/EventDelegateChooser.h index 139b143a..f5c683e1 100644 --- a/src/timeline/EventDelegateChooser.h +++ b/src/timeline/EventDelegateChooser.h @@ -12,7 +12,7 @@ #include <QtCore/QObject> #include <QtCore/QVariant> -#include "TimelineModel.h" +class TimelineModel; class EventDelegateChooserAttachedType : public QObject { |