summaryrefslogtreecommitdiff
path: root/src/plugins/help/remotehelpfilter.h
diff options
context:
space:
mode:
authorMontel Laurent <kdeqt@yahoo.fr>2012-07-13 11:45:29 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-08-30 09:29:37 +0200
commitf3649ce4d0b67cec488000286682ec822a94c1e8 (patch)
treec4d148446ca09d94540dc4bf491d1f6b2b23834a /src/plugins/help/remotehelpfilter.h
parent42c965d17d07c7cbb9de5b4cbf414afb8c504572 (diff)
downloadqt-creator-f3649ce4d0b67cec488000286682ec822a94c1e8.tar.gz
remote help: fix enable/disable button when we have selected item
Change-Id: Ibfed62844b729eb5a4fee32ff0d1c575b722dacd Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/help/remotehelpfilter.h')
-rw-r--r--src/plugins/help/remotehelpfilter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/remotehelpfilter.h b/src/plugins/help/remotehelpfilter.h
index cd5fae181e..ba43867af8 100644
--- a/src/plugins/help/remotehelpfilter.h
+++ b/src/plugins/help/remotehelpfilter.h
@@ -79,6 +79,7 @@ public:
private slots:
void addNewItem();
void removeItem();
+ void updateRemoveButton();
private:
RemoteHelpFilter *m_filter;