summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-08 18:00:44 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-08 18:00:44 +0800
commit97dc735de7a67e6be77c0cad5164267b2c39c4c1 (patch)
tree8aee8f7f8d3c9d6bb0fe20635a652178bc3e4074 /interchange
parentc3dce22abc40aa880d8b63ef5e7f1f0f02678e1c (diff)
Interface for setting login next page
Diffstat (limited to 'interchange')
-rw-r--r--interchange/admin.hxx1
-rw-r--r--interchange/member.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/interchange/admin.hxx b/interchange/admin.hxx
index 2c0d86b..1f00df4 100644
--- a/interchange/admin.hxx
+++ b/interchange/admin.hxx
@@ -39,6 +39,7 @@ namespace QInterchange {
public slots:
void logIn(QString const& username,
QString const& password,
+ QString const& nextPage = nullptr,
QString const& failPage = nullptr);
void newAdmin(QString const& userName, QString const& password, QString const& name, bool super,
enum interchange_admin_group group);
diff --git a/interchange/member.hxx b/interchange/member.hxx
index 57467de..897b086 100644
--- a/interchange/member.hxx
+++ b/interchange/member.hxx
@@ -84,6 +84,7 @@ namespace QInterchange {
QString const& failPage = nullptr);
void logIn(QString const& username,
QString const& password,
+ QString const& nextPage = nullptr,
QString const& failPage = nullptr);
void account();
void setAccount(QString const& firstName,