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)
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.


No differences found