X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fsettingspage.h;h=4a106aa1394bb1564587af3ceda942c95221164a;hb=758d3568fe1a9cd08bd6c62c87ac3ac2c48f2f4d;hp=98abc38575dffe7ced2e703ab7e174dc261b589b;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;p=quassel.git diff --git a/src/uisupport/settingspage.h b/src/uisupport/settingspage.h index 98abc385..4a106aa1 100644 --- a/src/uisupport/settingspage.h +++ b/src/uisupport/settingspage.h @@ -45,6 +45,7 @@ class QSpinBox; * of load(), save() and defaults() (preferably at the end of the derived function, since they call setChangedState(false)). * * The following widgets can be handled for now: + * - QGroupBox (isChecked()) * - QAbstractButton (isChecked(), e.g. for QCheckBox and QRadioButton) * - QLineEdit, QTextEdit (text()) * - QComboBox (currentIndex())