From 438bcd2d5fc49fdeec642f06647a7a7ee758f6f6 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?=
 <erik@darapsa.co.id>
Date: Fri, 31 Mar 2023 18:38:20 +0800
Subject: Interface for setting order page

---
 interchange/ord.hxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'interchange')

diff --git a/interchange/ord.hxx b/interchange/ord.hxx
index a0cb885..422d634 100644
--- a/interchange/ord.hxx
+++ b/interchange/ord.hxx
@@ -48,7 +48,8 @@ namespace QInterchange {
 			void setProfile(QString const& profile);
 		public slots:
 			void remove(const QString &name,
-					const QString &nextPage);
+					const QString &orderPage = "",
+					const QString &nextPage = "");
 			void checkout(const Member& member);
 		signals:
 			void rowCountChanged();
-- 
cgit v1.2.3