* 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user