diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-26 22:12:53 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-26 22:12:53 +0800 | 
| commit | 721cffc4488b27497b94d8e5bdaf84510f5cfa2b (patch) | |
| tree | 179665432c2006196a92dec091b9e0156937680c /qicclient | |
| parent | 3fdde5e115af1edf084a81ead04adbca49d39e88 (diff) | |
Fix scope
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 481f9bb..27ba2af 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -26,7 +26,7 @@ namespace ICClient {  			void logOut();  		signals: -			void gotProductAll(icclient_catalog*); +			void gotProductAll(icclient_catalog* catalog);  			void loggedIn(QString const& username);  			void loggedOut();  	}; |