mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Fixed clang warning.
This commit is contained in:
parent
856d0e10d5
commit
d7cc03eb41
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public:
|
|||
lcQColorList(QWidget *parent = 0);
|
||||
~lcQColorList();
|
||||
|
||||
QSize sizeHint() const;
|
||||
QSize sizeHint() const override;
|
||||
|
||||
void setCurrentColor(int colorIndex);
|
||||
|
||||
|
|
Loading…
Reference in a new issue