diff --git a/sources/editor/styleeditor.h b/sources/editor/styleeditor.h index eba977076..6aa6abdf9 100644 --- a/sources/editor/styleeditor.h +++ b/sources/editor/styleeditor.h @@ -53,9 +53,9 @@ class StyleEditor : public ElementItemEditor // methods public: bool setPart(CustomElementPart *) override; - bool setParts(QList); + bool setParts(QList) override; CustomElementPart *currentPart() const override; - QList currentParts() const override; + QList currentParts() const override; static bool isStyleEditable (QList cep_list);