diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-13 13:17:33 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-13 13:17:33 +0800 |
commit | 76e22f15b9f7eb9227d6ba32198ea1f5464664e5 (patch) | |
tree | dc01ee71aff3542ee2b2a608fa32e763c75c8278 /interchange/ord.hxx | |
parent | 3bb1e0c14ac7adccadfb71aba33cf2fb54e91850 (diff) |
Member data init from C struct is at constructor
with a copy, and the need to keep a pointer to the C struct is no
more.
Diffstat (limited to 'interchange/ord.hxx')
-rw-r--r-- | interchange/ord.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.hxx b/interchange/ord.hxx index 4ec06b4..985f923 100644 --- a/interchange/ord.hxx +++ b/interchange/ord.hxx @@ -45,7 +45,7 @@ namespace QInterchange { void setProfile(QString const& profile); public slots: // void remove(unsigned int const& indices); - void checkout(Member& member); + void checkout(const Member& member); signals: void rowCountChanged(); void subtotalChanged(); |