Avoid leaking the track grip QPixmap at each paintEvent (#5590)

This commit is contained in:
Stefano Bonicatti
2020-07-24 03:33:46 +02:00
committed by GitHub
parent 04d8c0db06
commit dc3e8cab45
2 changed files with 2 additions and 14 deletions

View File

@@ -459,8 +459,6 @@ private slots:
void clearTrack();
private:
static QPixmap * s_grip;
TrackView * m_trackView;
QPushButton * m_trackOps;