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

@@ -42,11 +42,11 @@ public:
virtual ~ViewProviderDocumentObjectGroup();
/// returns a list of all possible modes
std::vector<std::string> getDisplayModes(void) const override;
bool isShow(void) const override;
std::vector<std::string> getDisplayModes() const override;
bool isShow() const override;
/// deliver the icon shown in the tree view
virtual QIcon getIcon(void) const override;
virtual QIcon getIcon() const override;
protected:
void getViewProviders(std::vector<ViewProviderDocumentObject*>&) const;