Coding conventions update

This commit is contained in:
Alexandre
2015-01-20 00:00:58 -02:00
parent a34faeca71
commit 2834bd17f4
4 changed files with 5 additions and 31 deletions

View File

@@ -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();

View File

@@ -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()