diff options
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(); |