summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
Diffstat (limited to 'interchange')
-rw-r--r--interchange/ord.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.hxx b/interchange/ord.hxx
index a7e41a7..514c480 100644
--- a/interchange/ord.hxx
+++ b/interchange/ord.hxx
@@ -11,7 +11,7 @@ namespace QInterchange {
struct Item : public Product
{
enum ItemRoles {
- QuantityRole = Product::PriceRole + 1,
+ QuantityRole = Product::OptionTypeRole + 1,
NameRole
};
Item(interchange_ord_item *item) :