client: Clean up CoreAccount, add qDebug support
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 18 Jun 2018 00:17:21 +0000 (19:17 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 18 Jun 2018 19:27:30 +0000 (21:27 +0200)
commitdb6e6642a43143bc45ddb0732d144815b68e37f8
treecab1d414675c8e788076f17e17be61c75036199c
parent5fc6f7e2d63b45770574260afd6ce535e9548d23
client: Clean up CoreAccount, add qDebug support

Clean up CoreAccount and CoreAccountModel, adding support for the
negated equality operator '!=' and qDebug() printing.

Modify CoreAccountSettingsPage::testHasChanged() to make use of the
negated equality operator.
src/client/coreaccount.cpp
src/client/coreaccount.h
src/client/coreaccountmodel.cpp
src/client/coreaccountmodel.h
src/qtui/settingspages/coreaccountsettingspage.cpp