summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-22 10:41:20 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-22 10:41:20 +0800
commitd8d979db74055c1c73a9488c73501efcdbe8d2c2 (patch)
treeccab58c35707257ed90e7089638a84b4a5ca291a /interchange
parent6f7cfa3f167920ca1e38a0b9bee2cf373431e980 (diff)
Conform to new setaccount API
Diffstat (limited to 'interchange')
-rw-r--r--interchange/member.hxx2
1 files changed, 2 insertions, 0 deletions
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: