summaryrefslogtreecommitdiff
path: root/src/libs/utils/stylehelper.h
diff options
context:
space:
mode:
authorLasse Holmstedt <lasse.holmstedt@nokia.com>2010-08-02 17:02:53 +0200
committerLasse Holmstedt <lasse.holmstedt@nokia.com>2010-08-02 17:31:11 +0200
commitef57d20a677ecac6f22e812cee5ee0e89014e3c7 (patch)
treeecb996559c6e2d29e6a8afddade927ff95cbabf9 /src/libs/utils/stylehelper.h
parent118f253a384bb98e970d209dc80ad698175c59a7 (diff)
downloadqt-creator-ef57d20a677ecac6f22e812cee5ee0e89014e3c7.tar.gz
Utils: Changed crumblepath to use qpainter instead of stylesheets
Diffstat (limited to 'src/libs/utils/stylehelper.h')
-rw-r--r--src/libs/utils/stylehelper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/utils/stylehelper.h b/src/libs/utils/stylehelper.h
index 75435c4f88..99ae20a991 100644
--- a/src/libs/utils/stylehelper.h
+++ b/src/libs/utils/stylehelper.h
@@ -88,6 +88,8 @@ public:
static void drawCornerImage(const QImage &img, QPainter *painter, QRect rect,
int left = 0, int top = 0, int right = 0, int bottom = 0);
+ static void tintImage(QImage &img, const QColor &tintColor);
+
private:
static QColor m_baseColor;
static QColor m_requestedBaseColor;