summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
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 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: