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
@@ -58,11 +58,10 @@ public:
|
||||
int pageCount() const;
|
||||
void setupInitialPages();
|
||||
|
||||
public slots:
|
||||
HelpViewer *createPage();
|
||||
HelpViewer *createPage(const QUrl &url);
|
||||
|
||||
void setCurrentPage(int index);
|
||||
void setCurrentPageByRow(int index);
|
||||
void setCurrentPage(const QModelIndex &index);
|
||||
|
||||
void closeCurrentPage();
|
||||
@@ -78,11 +77,8 @@ signals:
|
||||
private:
|
||||
void removePage(int index);
|
||||
void showTwicherOrSelectPage() const;
|
||||
|
||||
private slots:
|
||||
void openPagesContextMenu(const QPoint &point);
|
||||
|
||||
private:
|
||||
QComboBox *m_comboBox;
|
||||
OpenPagesModel *m_model;
|
||||
mutable OpenPagesWidget *m_openPagesWidget;
|
||||
|
||||
Reference in New Issue
Block a user