aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/searchwidget.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-06-28 23:07:19 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-06-30 12:12:00 +0000
commitd01adc134df06e609b90b22cf67f25848ce5c5f3 (patch)
tree6dab222dff52f40476ed27bb48f190caf6d3f053 /src/plugins/help/searchwidget.h
parent700239c681d7a28f00b5eb0ae7330be8eceb9ae2 (diff)
Help: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: Ied9c7fcc031e530c41b342de950e2f0ac730bbb1 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/help/searchwidget.h')
-rw-r--r--src/plugins/help/searchwidget.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/help/searchwidget.h b/src/plugins/help/searchwidget.h
index 3c2bdf670d2..d06a597b32a 100644
--- a/src/plugins/help/searchwidget.h
+++ b/src/plugins/help/searchwidget.h
@@ -66,8 +66,6 @@ public:
void zoomOut();
void resetZoom();
-
-public slots:
void reindexDocumentation();
signals:
@@ -76,7 +74,7 @@ signals:
protected:
void showEvent(QShowEvent *event);
-private slots:
+private:
void search() const;
void searchingStarted();
@@ -85,12 +83,10 @@ private slots:
void indexingStarted();
void indexingFinished();
-private:
bool eventFilter(QObject* o, QEvent *e);
void contextMenuEvent(QContextMenuEvent *contextMenuEvent);
QStringList currentSearchTerms() const;
-private:
int zoomCount;
QFutureWatcher<void> m_watcher;