X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fsettingspage.h;h=5b1199ac79abb150fef6d130bcb73230db48f609;hp=1d2f25d74879165c9a532bd69812795acadde33a;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hpb=0fdc92b633d25609933314dc4fd942a7ab5dd94a diff --git a/src/uisupport/settingspage.h b/src/uisupport/settingspage.h index 1d2f25d7..5b1199ac 100644 --- a/src/uisupport/settingspage.h +++ b/src/uisupport/settingspage.h @@ -83,7 +83,7 @@ public: inline virtual bool isSelectable() const { return true; } //! The key this settings page stores its values under - /** This needs to be overriden to enable automatic loading/saving/hasChanged checking of widgets. + /** This needs to be overridden to enable automatic loading/saving/hasChanged checking of widgets. * The child widgets' values will be stored in client settings under this key. Every widget that * should be automatically handled needs to have a \c settingsKey property set, and should also provide * a \c defaultValue property. @@ -109,7 +109,7 @@ public: */ inline virtual bool aboutToSave() { return true; } - //! sets checked state depending on \checked and stores the value for later comparision + //! sets checked state depending on \checked and stores the value for later comparison static void load(QCheckBox* box, bool checked); static bool hasChanged(QCheckBox* box); static void load(QComboBox* box, int index);