Gui: redundant void 2

This commit is contained in:
berniev
2022-08-08 11:50:44 +10:00
committed by wwmayer
parent ec72d96038
commit 656ef8961f
160 changed files with 784 additions and 784 deletions

View File

@@ -41,12 +41,12 @@ public:
/// destructor.
virtual ~ViewProviderPart();
virtual bool doubleClicked(void) override;
virtual bool doubleClicked() override;
virtual void setupContextMenu(QMenu* menu, QObject* receiver, const char* member) override;
/// deliver the icon shown in the tree view
/// override from ViewProvider.h
virtual QIcon getIcon(void) const override;
virtual QIcon getIcon() const override;
protected:
/// get called by the container whenever a property has been changed