[education/rkward] rkward/misc: bookkeeping
Thomas Friedrichsmeier
null at kde.org
Fri Aug 16 15:08:36 BST 2024
Git commit 90658091f56fa9a9e66ad1d44f1e6380df1ae38c by Thomas Friedrichsmeier.
Committed on 16/08/2024 at 14:08.
Pushed by tfry into branch 'master'.
bookkeeping
M +0 -1 rkward/misc/rkradiogroup.cpp
https://invent.kde.org/education/rkward/-/commit/90658091f56fa9a9e66ad1d44f1e6380df1ae38c
diff --git a/rkward/misc/rkradiogroup.cpp b/rkward/misc/rkradiogroup.cpp
index f2b606bbd..a9cdc0ac3 100644
--- a/rkward/misc/rkradiogroup.cpp
+++ b/rkward/misc/rkradiogroup.cpp
@@ -23,7 +23,6 @@ public:
const auto children = controlled->findChildren<QWidget*>();
for (auto child : children) child->installEventFilter(this); // need to receive clicks on all child widgets!
controlled->setEnabled(isChecked());
- // TODO (see EditFormatDialog: it may also make sense the other way around: if the associated widget is clicked, set this button as active)
connect(this, &QAbstractButton::toggled, controlled, &QWidget::setEnabled);
}
private:
More information about the rkward-tracker
mailing list