Skip to content

Commit d7cc03e

Browse files
committed
Fixed clang warning.
1 parent 856d0e1 commit d7cc03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/lc_qcolorlist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class lcQColorList : public QWidget
1111
lcQColorList(QWidget *parent = 0);
1212
~lcQColorList();
1313

14-
QSize sizeHint() const;
14+
QSize sizeHint() const override;
1515

1616
void setCurrentColor(int colorIndex);
1717

0 commit comments

Comments
 (0)