X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fcoreaccountsettingspage.h;h=f28e01f083e60ef6f56988838f59a08b2de6ef94;hb=713382cb7e35561849dcdccef6d093fa9541bdb3;hp=d74f967e60ec4fc60923c4815f9de4d8903804d3;hpb=c6229d7d7dd7f0a4aa91a3d5606f8d5c10423e24;p=quassel.git diff --git a/src/qtui/settingspages/coreaccountsettingspage.h b/src/qtui/settingspages/coreaccountsettingspage.h index d74f967e..f28e01f0 100644 --- a/src/qtui/settingspages/coreaccountsettingspage.h +++ b/src/qtui/settingspages/coreaccountsettingspage.h @@ -61,6 +61,7 @@ signals: void on_accountView_doubleClicked(const QModelIndex &index); void setWidgetStates(); + void widgetHasChanged(); void rowsAboutToBeRemoved(const QModelIndex &index, int start, int end); void rowsInserted(const QModelIndex &index, int start, int end); @@ -76,12 +77,8 @@ signals: AccountId _lastAccountId, _lastAutoConnectId; bool _standalone; - virtual QVariant loadAutoWidgetValue(const QString &widgetName); - virtual void saveAutoWidgetValue(const QString &widgetName, const QVariant &value); - void editAccount(const QModelIndex &); - void widgetHasChanged(); bool testHasChanged(); inline QString settingsKey() const { return QString("CoreAccounts"); }