b&b editor: always add and remove so many steps as there are in one bar

This commit is contained in:
Hannu Haahti
2014-01-17 15:20:01 +02:00
parent f2590c24df
commit 19dc1aa913
2 changed files with 10 additions and 44 deletions

View File

@@ -125,9 +125,6 @@ public:
bool empty();
void addSteps( int _n );
void removeSteps( int _n );
virtual trackContentObjectView * createView( trackView * _tv );
@@ -140,6 +137,8 @@ protected:
protected slots:
void addSteps();
void removeSteps();
void clear();
void freeze();
void unfreeze();
@@ -187,9 +186,6 @@ protected slots:
void resetName();
void changeName();
void addSteps( QAction * _item );
void removeSteps( QAction * _item );
protected:
virtual void constructContextMenu( QMenu * );