1416 tidy up

This commit is contained in:
Dave French committed 2015-01-23 02:38:17 +00:00
1 parent c201a41c05
commit dfbbcfd38b
4 files changed
+1 -5

No files matched your search

-1
View File
@@ -70,7 +70,6 @@ public:
virtual void saveSettings(QDomDocument & doc, QDomElement & parent);
virtual void loadSettings(const QDomElement & parent);
QString nodeName() const
{
return "automationeditor";
-1
View File
@@ -52,7 +52,6 @@ public:
QDomElement & _parent );
virtual void loadTrackSpecificSettings( const QDomElement & _this );
private:
friend class AutomationTrackView;
+1 -2
View File
@@ -241,7 +241,6 @@ void AutomationEditor::loadSettings( const QDomElement & dom_parent)
// qproperty access methods
QColor AutomationEditor::gridColor() const
@@ -2301,9 +2300,9 @@ void AutomationEditorWindow::dropEvent(QDropEvent *_de)
{
m_editor->m_pattern->objectDestroyed( m_editor->m_pattern->firstObject()->id() );
}
m_editor->m_pattern->clear();
m_editor->m_pattern->addObject( mod );
setCurrentPattern( m_editor->m_pattern );
}
}
-1
View File
@@ -127,7 +127,6 @@ void AutomationTrack::loadTrackSpecificSettings( const QDomElement & _this )
AutomationTrackView::AutomationTrackView( AutomationTrack * _at, TrackContainerView* tcv ) :
TrackView( _at, tcv )
{