Mod: redundant void 2

This commit is contained in:
berniev
2022-08-07 20:05:16 +10:00
committed by wwmayer
parent 311abcc43e
commit da9ebc572f
805 changed files with 3787 additions and 3787 deletions

View File

@@ -54,10 +54,10 @@ public:
TaskMultiTransformParameters(ViewProviderTransformed *TransformedView,QWidget *parent = nullptr);
virtual ~TaskMultiTransformParameters();
const std::vector<App::DocumentObject*> getTransformFeatures(void) const;
const std::vector<App::DocumentObject*> getTransformFeatures() const;
/// Return the currently active subFeature
PartDesign::Transformed* getSubFeature(void) {
PartDesign::Transformed* getSubFeature() {
return subFeature;
}
@@ -78,7 +78,7 @@ private Q_SLOTS:
// Note: There is no Cancel button because I couldn't work out how to save the state of
// a subFeature so as to revert the changes of an edit operation
virtual void onUpdateView(bool);
virtual void onFeatureDeleted(void);
virtual void onFeatureDeleted();
/** Notifies when the object is about to be removed. */
virtual void slotDeletedObject(const Gui::ViewProviderDocumentObject& Obj);