Skip to content

Commit

Permalink
Fixed clang warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
leozide committed Feb 18, 2018
1 parent 856d0e1 commit d7cc03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/lc_qcolorlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class lcQColorList : public QWidget
lcQColorList(QWidget *parent = 0);
~lcQColorList();

QSize sizeHint() const;
QSize sizeHint() const override;

void setCurrentColor(int colorIndex);

Expand Down

0 comments on commit d7cc03e

Please sign in to comment.