mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
Fixed clang warning.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ public:
|
||||
lcQColorList(QWidget *parent = 0);
|
||||
~lcQColorList();
|
||||
|
||||
QSize sizeHint() const;
|
||||
QSize sizeHint() const override;
|
||||
|
||||
void setCurrentColor(int colorIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user