Update Timeline.cpp

This commit is contained in:
Alexandre Almeida
2015-01-07 21:12:50 -02:00
committed by Alexandre
parent abe05af49a
commit 92f9fd92ec

View File

@@ -51,8 +51,8 @@ QPixmap * TimeLineWidget::s_posMarkerPixmap = NULL;
QPixmap * TimeLineWidget::s_loopPointBeginPixmap = NULL;
QPixmap * TimeLineWidget::s_loopPointEndPixmap = NULL;
TimeLineWidget::TimeLineWidget( const int _xoff, const int _yoff, const float _ppt,
Song::playPos & _pos, const MidiTime & _begin,
TimeLineWidget::TimeLineWidget( const int xoff, const int yoff, const float ppt,
Song::playPos & pos, const MidiTime & begin,
QWidget * _parent ) :
QWidget( _parent ),
m_autoScroll( AutoScrollEnabled ),
@@ -391,7 +391,3 @@ void TimeLineWidget::mouseReleaseEvent( QMouseEvent* event )