X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fcoreaccountsettingspage.h;h=f28e01f083e60ef6f56988838f59a08b2de6ef94;hp=d74f967e60ec4fc60923c4815f9de4d8903804d3;hb=5f4f134e79286b24c4c1b906ad9897ff6ec32f82;hpb=b8b61c1a85da6ad829cd7ba44eb2dfba18664fd3 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"); }