From d8d979db74055c1c73a9488c73501efcdbe8d2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 22 Feb 2023 10:41:20 +0800 Subject: Conform to new setaccount API --- interchange/member.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interchange') diff --git a/interchange/member.hxx b/interchange/member.hxx index 4031f7e..57467de 100644 --- a/interchange/member.hxx +++ b/interchange/member.hxx @@ -102,6 +102,7 @@ namespace QInterchange { signals: void created(QString const& response); void loggedIn(QString const& response); + void setAccount(QString const& response); void gotAccount(QString const& response); void userNameChanged(); void userNickChanged(); @@ -126,6 +127,7 @@ namespace QInterchange { protected: void emitCreation(QString const& response); void emitLogin(QString const& response); + void emitSetAccount(QString const& response); void emitAccount(QString const& response); private: -- cgit v1.2.3