mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-23 05:48:03 -05:00
1416 tidy up
This commit is contained in:
@@ -70,7 +70,6 @@ public:
|
||||
|
||||
virtual void saveSettings(QDomDocument & doc, QDomElement & parent);
|
||||
virtual void loadSettings(const QDomElement & parent);
|
||||
|
||||
QString nodeName() const
|
||||
{
|
||||
return "automationeditor";
|
||||
|
||||
@@ -52,7 +52,6 @@ public:
|
||||
QDomElement & _parent );
|
||||
virtual void loadTrackSpecificSettings( const QDomElement & _this );
|
||||
|
||||
|
||||
private:
|
||||
friend class AutomationTrackView;
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -127,7 +127,6 @@ void AutomationTrack::loadTrackSpecificSettings( const QDomElement & _this )
|
||||
|
||||
|
||||
|
||||
|
||||
AutomationTrackView::AutomationTrackView( AutomationTrack * _at, TrackContainerView* tcv ) :
|
||||
TrackView( _at, tcv )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user