X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fsettingspage.h;h=4a106aa1394bb1564587af3ceda942c95221164a;hp=d3db08a83e792dd9583d1dfc3d8c3f7c84ab93af;hb=0bc4b2b4a25adea85d5f6c6947cfd31f9098149e;hpb=61e73ddfdd22418890102c44166483ddb28e1c93 diff --git a/src/uisupport/settingspage.h b/src/uisupport/settingspage.h index d3db08a8..4a106aa1 100644 --- a/src/uisupport/settingspage.h +++ b/src/uisupport/settingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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())