Misc: modernize C++: use override
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
void helpRequested() override;
|
||||
|
||||
/// returns for Close and Help button
|
||||
virtual QDialogButtonBox::StandardButtons getStandardButtons() const override
|
||||
QDialogButtonBox::StandardButtons getStandardButtons() const override
|
||||
{ return QDialogButtonBox::Ok|QDialogButtonBox::Cancel; }
|
||||
|
||||
protected:
|
||||
|
||||
@@ -73,7 +73,7 @@ public:
|
||||
std::vector<std::string> getDisplayModes() const override;
|
||||
void updateData(const App::Property*) override;
|
||||
void recomputeBoundingBox();
|
||||
virtual QIcon getIcon() const override;
|
||||
QIcon getIcon() const override;
|
||||
|
||||
bool useNewSelectionModel() const override;
|
||||
std::string getElement(const SoDetail *) const override;
|
||||
|
||||
Reference in New Issue
Block a user