aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmanagerconfigwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-20 17:23:52 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-21 13:35:14 +0000
commitbffca9b1dbcc3b8924e888587bb159cb31961905 (patch)
treee48d5cf8748001092c5338de9ce0c3ee07bff82f /src/plugins/projectexplorer/kitmanagerconfigwidget.h
parentba33fac6fbdf13c257860dba7ce175723e57ae81 (diff)
Kit: Simplify rendering of config widget
Do not bother to paint a nice gradient just to paint all over it again. Change-Id: Ia01dae59f48e3b7cd2923e28770e9d953028b22a Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/kitmanagerconfigwidget.h')
-rw-r--r--src/plugins/projectexplorer/kitmanagerconfigwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/kitmanagerconfigwidget.h b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
index 70e13398e3..e42aba1bd5 100644
--- a/src/plugins/projectexplorer/kitmanagerconfigwidget.h
+++ b/src/plugins/projectexplorer/kitmanagerconfigwidget.h
@@ -95,7 +95,6 @@ private:
void showEvent(QShowEvent *event);
QLabel *createLabel(const QString &name, const QString &toolTip);
- void paintEvent(QPaintEvent *ev);
QGridLayout *m_layout;
QToolButton *m_iconButton;
@@ -108,7 +107,6 @@ private:
bool m_isDefaultKit;
bool m_fixingKit;
bool m_hasUniqueName;
- QPixmap m_background;
QList<QAction *> m_actions;
mutable QString m_cachedDisplayName;
};