qtui: Fix load/save states of SonnetSettingsPage
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Sep 2018 21:50:18 +0000 (23:50 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Sep 2018 21:50:18 +0000 (23:50 +0200)
commit40b5815afd94550ac821fd214b5136784652039c
tree358b34e843812b77d7242cca7762797cd6da4219
parentabc82ce2ef192b8aaf96561eb6ab5a6e62d76108
qtui: Fix load/save states of SonnetSettingsPage

Call the base class functions to ensure that the changed state is
reset properly.

Unfortunately, the Sonnect::ConfigWidget does not allow for direct
comparison of settings, so toggling a setting will still not
reset the changed state; but at least loading or resetting now will.
src/qtui/settingspages/sonnetsettingspage.cpp