improved performance
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@576 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -262,12 +262,20 @@ private slots:
|
||||
|
||||
private:
|
||||
static QPixmap * s_grip;
|
||||
static QPixmap * s_muteOffDisabled;
|
||||
static QPixmap * s_muteOffEnabled;
|
||||
static QPixmap * s_muteOnDisabled;
|
||||
static QPixmap * s_muteOnEnabled;
|
||||
static QPixmap * s_trackOpsDisabled;
|
||||
static QPixmap * s_trackOpsEnabled;
|
||||
|
||||
trackWidget * m_trackWidget;
|
||||
|
||||
QPushButton * m_trackOps;
|
||||
pixmapButton * m_muteBtn;
|
||||
|
||||
bool m_automationDisabled;
|
||||
|
||||
bbTrack * currentBBTrack( void );
|
||||
bool inBBEditor( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user