From baefbee691355fccc6b64b0171d2f02959759a37 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Sun, 29 Dec 2019 08:45:39 +0800 Subject: Change loggedIn signal parameter type to IC client user --- qicclient/client.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qicclient') diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 0fb01f8..ef8a5bf 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -60,7 +60,7 @@ namespace ICClient { signals: void gotAllProducts(icclient_catalog* catalog); void ordered(icclient_ord_order* order); - void loggedIn(QString const& userName); + void loggedIn(icclient_user* user); void loggedOut(); }; -- cgit v1.3