diff options
Diffstat (limited to 'src/gui/widgets/windowcontainer.h')
-rw-r--r-- | src/gui/widgets/windowcontainer.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/widgets/windowcontainer.h b/src/gui/widgets/windowcontainer.h index cee1178e8..660d2ab8a 100644 --- a/src/gui/widgets/windowcontainer.h +++ b/src/gui/widgets/windowcontainer.h @@ -38,11 +38,7 @@ class WindowContainer : public Container public: WindowContainer(const Widget2 *const widget); - /** - * Do GUI logic. This functions adds automatic deletion of objects that - * volunteered to be deleted. - */ - void logic() override; + void slowLogic(); /** * Schedule a widget for deletion. It will be deleted at the start of |