various: created derived class for widget derivations of
TimelineScaledObject Minor code cleanup, faster than deriving both QWidget and TimelineScaledObject each time.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include "widget/timelinewidget/timelinescaledobject.h"
|
||||
#include "widget/timelinewidget/view/timelineplayhead.h"
|
||||
|
||||
class TimeRuler : public QWidget, public TimelineScaledObject
|
||||
class TimeRuler : public TimelineScaledWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user