forked from qt-creator/qt-creator
Help: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: Ied9c7fcc031e530c41b342de950e2f0ac730bbb1 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
700239c681
commit
d01adc134d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user