fix override warnings

This commit is contained in:
wmayer
2017-09-15 21:55:30 +02:00
parent 7a17a34dbe
commit 76e8d81ae2

View File

@@ -113,11 +113,11 @@ private:
};
protected:
void changeEvent(QEvent *e);
void changeEvent(QEvent *e) override;
void changedObject(const App::Property& Prop);
private:
void onSelectionChanged(const Gui::SelectionChanges &msg);
void onSelectionChanged(const Gui::SelectionChanges &msg) override;
private: