* added submenu for removing connections

* made automation-pattern rename working



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1172 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-25 11:57:40 +00:00
parent 0d5f5473df
commit 939fd8ef44
2 changed files with 47 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ public:
float valueAt( const midiTime & _time );
const QString name( void );
const QString name( void ) const;
// settings-management
virtual void saveSettings( QDomDocument & _doc, QDomElement & _parent );
@@ -138,6 +138,7 @@ public slots:
protected slots:
void resetName( void );
void changeName( void );
void disconnectObject( QAction * _a );
protected: