diff --git a/src/gui/widgets/group.hpp b/src/gui/widgets/group.hpp index af891ba4cfc8..7d78650f4a71 100644 --- a/src/gui/widgets/group.hpp +++ b/src/gui/widgets/group.hpp @@ -59,6 +59,14 @@ class tgroup } #endif + /** + * Clears the entire group of members. + */ + void clear() + { + members_.clear(); + } + /** * Group member getters */