diff options
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/catalog.hxx | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/qicclient/catalog.hxx b/qicclient/catalog.hxx index 27b4c8e..782c864 100644 --- a/qicclient/catalog.hxx +++ b/qicclient/catalog.hxx @@ -61,15 +61,15 @@ namespace ICClient {  					, int role = Qt::DisplayRole  					) const Q_DECL_OVERRIDE; +		public slots: +			void update(icclient_catalog* catalog); +  		signals:  			void updated();  		protected:  			QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; -		private slots: -			void update(icclient_catalog* catalog); -  		private:  			QList<Product> products;  			void addProduct(Product const& product); |