Mod: Use override etc 2
This commit is contained in:
@@ -39,14 +39,14 @@ public:
|
||||
sPixmap = "PartDesign_MultiTransform.svg";
|
||||
}
|
||||
|
||||
std::vector<App::DocumentObject*> claimChildren() const;
|
||||
void setupContextMenu(QMenu*, QObject*, const char*);
|
||||
std::vector<App::DocumentObject*> claimChildren() const override;
|
||||
void setupContextMenu(QMenu*, QObject*, const char*) override;
|
||||
|
||||
virtual bool onDelete(const std::vector<std::string> &);
|
||||
bool onDelete(const std::vector<std::string> &) override;
|
||||
|
||||
protected:
|
||||
/// Returns a newly create dialog for the part to be placed in the task view
|
||||
virtual TaskDlgFeatureParameters *getEditDialog();
|
||||
TaskDlgFeatureParameters *getEditDialog() override;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user