diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-31 18:38:20 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-31 18:38:20 +0800 |
commit | 438bcd2d5fc49fdeec642f06647a7a7ee758f6f6 (patch) | |
tree | 2302606b9cd32c62fd3e3c18ac5a933dafa32df5 /interchange | |
parent | b8ef74e598edca39ab68c5319308a881c526e8f1 (diff) |
Interface for setting order page
Diffstat (limited to 'interchange')
-rw-r--r-- | interchange/ord.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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(); |