Make loop points different

This commit is contained in:
Vesa
2014-04-01 19:13:36 +03:00
parent 12c6ec25c9
commit 0140e94f79
5 changed files with 12 additions and 6 deletions

View File

@@ -149,7 +149,8 @@ protected:
private:
static QPixmap * s_timeLinePixmap;
static QPixmap * s_posMarkerPixmap;
static QPixmap * s_loopPointPixmap;
static QPixmap * s_loopPointStartPixmap;
static QPixmap * s_loopPointEndPixmap;
static QPixmap * s_loopPointDisabledPixmap;
AutoScrollStates m_autoScroll;