Proposed fix 1416 Drag-and-drop of automatables to Automation Editor
This commit is contained in:
@@ -70,6 +70,7 @@ public:
|
||||
|
||||
virtual void saveSettings(QDomDocument & doc, QDomElement & parent);
|
||||
virtual void loadSettings(const QDomElement & parent);
|
||||
|
||||
QString nodeName() const
|
||||
{
|
||||
return "automationeditor";
|
||||
@@ -262,6 +263,9 @@ public:
|
||||
void setCurrentPattern(AutomationPattern* pattern);
|
||||
const AutomationPattern* currentPattern();
|
||||
|
||||
virtual void dropEvent( QDropEvent * _de );
|
||||
virtual void dragEnterEvent( QDragEnterEvent * _dee );
|
||||
|
||||
void open(AutomationPattern* pattern);
|
||||
|
||||
AutomationEditor* m_editor;
|
||||
|
||||
@@ -52,6 +52,7 @@ public:
|
||||
QDomElement & _parent );
|
||||
virtual void loadTrackSpecificSettings( const QDomElement & _this );
|
||||
|
||||
|
||||
private:
|
||||
friend class AutomationTrackView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user