X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fsettingspage.h;h=4a106aa1394bb1564587af3ceda942c95221164a;hp=98abc38575dffe7ced2e703ab7e174dc261b589b;hb=553fb640622542592d353ba2af06d5baef6a5915;hpb=9a1714ad05614440e6dae848903fdf7c875a05e1 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())