diff options
Diffstat (limited to 'qt-ui/starwidget.h')
-rw-r--r-- | qt-ui/starwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/starwidget.h b/qt-ui/starwidget.h index 10a8a3073..9620bc62e 100644 --- a/qt-ui/starwidget.h +++ b/qt-ui/starwidget.h @@ -30,10 +30,11 @@ protected: private: int current; + bool readOnly; + static QPixmap* activeStar; static QPixmap* inactiveStar; QPixmap grayImage(QPixmap *coloredImg); - bool readOnly; }; #endif // STARWIDGET_H |