Coding conventions update
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
} ;
|
||||
|
||||
|
||||
TimeLineWidget( int xoff, int yoff, float ppt, Song::playPos & pos,
|
||||
TimeLineWidget( int xoff, int yoff, float ppt, Song::PlayPos & pos,
|
||||
const MidiTime & begin, QWidget * parent );
|
||||
virtual ~TimeLineWidget();
|
||||
|
||||
|
||||
@@ -228,10 +228,6 @@ protected:
|
||||
virtual void mouseMoveEvent( QMouseEvent * me );
|
||||
virtual void mouseReleaseEvent( QMouseEvent * me );
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
void setAutoResizeEnabled( bool e = false );
|
||||
>>>>>>> Update coding conventions
|
||||
float pixelsPerTact();
|
||||
|
||||
inline TrackView * getTrackView()
|
||||
|
||||
Reference in New Issue
Block a user