remove unused track width property

This commit is contained in:
laserpants 2016-05-15 12:28:34 +03:00
parent fe7003f204
commit 1974fef9e8
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ class SliderTrack : public QWidget
Q_OBJECT
Q_PROPERTY(QColor fillColor WRITE setFillColor READ fillColor)
Q_PROPERTY(int trackWidth WRITE setTrackWidth READ trackWidth)
public:
explicit SliderTrack(Slider *slider);