summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-13 17:58:47 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-13 17:58:47 +0800
commit321b3eeb6d7fcb5568f6a469127ff830ab77556d (patch)
tree0fed55a5a8edd16d7ada41bb729b08b95ecceca5 /interchange
parent000716f554aad82d774f7ef1c7b09e82e3342546 (diff)
Interface for setting new account next page
Diffstat (limited to 'interchange')
-rw-r--r--interchange/member.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/interchange/member.hxx b/interchange/member.hxx
index 560cea4..5137071 100644
--- a/interchange/member.hxx
+++ b/interchange/member.hxx
@@ -81,7 +81,8 @@ namespace QInterchange {
void newAccount(QString const& username,
QString const& password,
QString const& confirm,
- QString const& failPage = nullptr);
+ QString const& nextPage = "",
+ QString const& failPage = "");
void logIn(QString const& userName,
QString const& passWord,
QString const& nextPage = "",