diff options
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();  	}; |