summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/outputpanemanager.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-02-02 09:10:54 +0200
committerOrgad Shaneh <orgads@gmail.com>2016-02-03 07:54:02 +0000
commit5646480f27007789429c7e813423c7f142810cc3 (patch)
tree29452400aa66e2dc8b17f4ef643128aff25ba8ce /src/plugins/coreplugin/outputpanemanager.h
parent7a9cc3499e81185ec24ce383cefc0f6e43f00ce4 (diff)
downloadqt-creator-5646480f27007789429c7e813423c7f142810cc3.tar.gz
Core: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I2dde14919d917816d02117338205f8f861d8af0a Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/coreplugin/outputpanemanager.h')
-rw-r--r--src/plugins/coreplugin/outputpanemanager.h22
1 files changed, 8 insertions, 14 deletions
diff --git a/src/plugins/coreplugin/outputpanemanager.h b/src/plugins/coreplugin/outputpanemanager.h
index 23ea441adb..81ff63e263 100644
--- a/src/plugins/coreplugin/outputpanemanager.h
+++ b/src/plugins/coreplugin/outputpanemanager.h
@@ -74,17 +74,6 @@ protected:
void focusInEvent(QFocusEvent *e);
void resizeEvent(QResizeEvent *e);
-private slots:
- void showPage(int flags);
- void togglePage(int flags);
- void clearPage();
- void buttonTriggered();
- void updateNavigateState();
- void popupMenu();
- void saveSettings() const;
- void flashButton();
- void setBadgeNumber(int number);
-
private:
// the only class that is allowed to create and destroy
friend class MainWindow;
@@ -96,6 +85,13 @@ private:
explicit OutputPaneManager(QWidget *parent = 0);
~OutputPaneManager();
+ void togglePage(int flags);
+ void clearPage();
+ void updateNavigateState();
+ void popupMenu();
+ void saveSettings() const;
+ void flashButton();
+ void setBadgeNumber(int number);
void showPage(int idx, int flags);
void ensurePageVisible(int idx);
int findIndexForPage(IOutputPane *out);
@@ -163,10 +159,8 @@ public:
void flash(int count = 3);
void setIconBadgeNumber(int number);
-private slots:
- void updateToolTip();
-
private:
+ void updateToolTip();
void checkStateSet();
QString m_number;