diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-12-29 08:45:39 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-12-29 08:45:39 +0800 | 
| commit | baefbee691355fccc6b64b0171d2f02959759a37 (patch) | |
| tree | 4d05e872c76b7b7adde9263455eaf65f42c8676a /qicclient | |
| parent | 7079898ae28c6cc417ba8eadc4bd2466886bbc63 (diff) | |
Change loggedIn signal parameter type to IC client user
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/client.hxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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();  	}; |