diff options
author | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-08-02 17:02:53 +0200 |
---|---|---|
committer | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-08-02 17:31:11 +0200 |
commit | ef57d20a677ecac6f22e812cee5ee0e89014e3c7 (patch) | |
tree | ecb996559c6e2d29e6a8afddade927ff95cbabf9 /src/libs/utils/stylehelper.h | |
parent | 118f253a384bb98e970d209dc80ad698175c59a7 (diff) | |
download | qt-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.h | 2 |
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; |