diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 12:44:38 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 12:44:38 +0800 |
commit | 51d626185dd74d76eadcd1a423189e366920396b (patch) | |
tree | ed5eb3cab53abdb1efb8ded717bb9408ae5100eb /interchange/catalog.hxx | |
parent | 18508ea004a66cc30c42c43d14afdc16b2267666 (diff) |
Rename namespace to QInterchange
to prevent ambiguity
Diffstat (limited to 'interchange/catalog.hxx')
-rw-r--r-- | interchange/catalog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/catalog.hxx b/interchange/catalog.hxx index 8946113..8204d6b 100644 --- a/interchange/catalog.hxx +++ b/interchange/catalog.hxx @@ -6,7 +6,7 @@ struct interchange_catalog; -namespace Interchange { +namespace QInterchange { class Catalog : public QAbstractListModel { |