fixed "Cut"-action on TCOs (closes #2016731)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1310 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-16 21:24:44 +00:00
parent 54946f8557
commit 18eae929ad
3 changed files with 22 additions and 17 deletions

View File

@@ -118,7 +118,6 @@ protected:
protected slots:
void cut( void );
void copy( void );
void paste( void );
void toggleMute( void );
@@ -170,9 +169,9 @@ public:
public slots:
virtual bool close( void );
void cut( void );
void remove( void );
protected:
virtual void constructContextMenu( QMenu * )
{