aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/progressmanager/progressmanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/progressmanager/progressmanager_p.h')
-rw-r--r--src/plugins/coreplugin/progressmanager/progressmanager_p.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/plugins/coreplugin/progressmanager/progressmanager_p.h b/src/plugins/coreplugin/progressmanager/progressmanager_p.h
index 85bf378159..4eabe50204 100644
--- a/src/plugins/coreplugin/progressmanager/progressmanager_p.h
+++ b/src/plugins/coreplugin/progressmanager/progressmanager_p.h
@@ -31,6 +31,7 @@
#include <QList>
#include <QGraphicsOpacityEffect>
#include <QHBoxLayout>
+#include <QLabel>
#include <QPointer>
#include <QPropertyAnimation>
#include <QToolButton>
@@ -103,6 +104,7 @@ private:
QHBoxLayout *m_summaryProgressLayout;
QWidget *m_currentStatusDetailsWidget = nullptr;
QPointer<FutureProgress> m_currentStatusDetailsProgress;
+ QLabel *m_statusDetailsLabel = nullptr;
ProgressBar *m_summaryProgressBar;
QGraphicsOpacityEffect *m_opacityEffect;
QPointer<QPropertyAnimation> m_opacityAnimation;
@@ -110,14 +112,5 @@ private:
bool m_hovered = false;
};
-class ToggleButton : public QToolButton
-{
- Q_OBJECT
-public:
- ToggleButton(QWidget *parent);
- QSize sizeHint() const override;
- void paintEvent(QPaintEvent *event) override;
-};
-
} // namespace Internal
} // namespace Core