summaryrefslogtreecommitdiff
path: root/interchange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'interchange.hxx')
-rw-r--r--interchange.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/interchange.hxx b/interchange.hxx
index 4de1618..4b4f44c 100644
--- a/interchange.hxx
+++ b/interchange.hxx
@@ -70,11 +70,13 @@ namespace QInterchange {
void gotCatalog(QString const& response);
void gotProduct(QString const& response);
void gotPage(QString const& response);
+ void gotOrder(QString const& response);
protected:
void emitCatalog(QString const& response);
void emitProduct(QString const& response);
void emitPage(QString const& response);
+ void emitOrder(QString const& response);
};
}