From be6b49c531478b06e8f88ad8609ed2e29fa27f47 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: Fri, 10 Feb 2023 21:24:23 +0800 Subject: Account creation signal & emission --- interchange/member.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interchange') diff --git a/interchange/member.hxx b/interchange/member.hxx index 4e471df..18891ca 100644 --- a/interchange/member.hxx +++ b/interchange/member.hxx @@ -96,6 +96,7 @@ namespace QInterchange { void logOut(); signals: + void created(QString const& response); void loggedIn(QString const& response); void userNameChanged(); void userNickChanged(); @@ -118,6 +119,7 @@ namespace QInterchange { void emailChanged(); protected: + void emitCreation(QString const& response); void emitLogin(QString const& response); private: -- cgit v1.2.3