Skip to content
Snippets Groups Projects
Commit 6add0a3d authored by Samuel Jones's avatar Samuel Jones
Browse files

Re #23280 Clang format

parent 888702f9
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ public: ...@@ -82,7 +82,7 @@ public:
void removeItem(const size_t index); void removeItem(const size_t index);
/// Remove all names from the group but do not touch the ADS /// Remove all names from the group but do not touch the ADS
void removeAll(); void removeAll();
bool isGroup() const override { return true; } bool isGroup() const override { return true; }
/// This method returns true if the group is empty (no member workspace) /// This method returns true if the group is empty (no member workspace)
bool isEmpty() const; bool isEmpty() const;
bool areNamesSimilar() const; bool areNamesSimilar() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment