summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-21 10:19:05 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-21 10:19:05 +0800
commitc1ac5962f0283b47780d850d5d507bcd5af1bf78 (patch)
treeaa7f3ac83565fba64453bd95b214dde64ab0b101 /interchange
parent57aff605a3ffa8035c3adefd20c944fc9f0ba19c (diff)
Rename created/ion to (setup)NewAccount
Diffstat (limited to 'interchange')
-rw-r--r--interchange/member.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/interchange/member.hxx b/interchange/member.hxx
index 9b54493..526ac47 100644
--- a/interchange/member.hxx
+++ b/interchange/member.hxx
@@ -104,7 +104,7 @@ namespace QInterchange {
void logOut();
signals:
- void created(QString const& response);
+ void setupNewAccount(QString const& response);
void loggedIn(QString const& response);
void setAccount(QString const& response);
void gotAccount(QString const& response);
@@ -129,7 +129,7 @@ namespace QInterchange {
void emailChanged();
protected:
- void emitCreation(QString const& response);
+ void emitNewAccount(QString const& response);
void emitLogin(QString const& response);
void emitSetAccount(QString const& response);
void emitAccount(QString const& response);