diff options
author | Jarek Kobus <jaroslaw.kobus@nokia.com> | 2011-12-05 13:28:56 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@nokia.com> | 2011-12-05 14:19:54 +0100 |
commit | 297b444df271ceaa8707805636b3e4c08bb8e1bd (patch) | |
tree | 6356271fea64311e3f728502b1ae65d8141b202d /src/plugins/coreplugin/manhattanstyle.h | |
parent | 51511a3c591617f984f36f1e88304bb0af0d0407 (diff) | |
download | qt-creator-297b444df271ceaa8707805636b3e4c08bb8e1bd.tar.gz |
Add add/remove splitter buttons to the editor view
Task-number: QTCREATORBUG-232
Change-Id: I71b517e09455bfdbe1b835515161e818a4f618f0
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/coreplugin/manhattanstyle.h')
-rw-r--r-- | src/plugins/coreplugin/manhattanstyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/manhattanstyle.h b/src/plugins/coreplugin/manhattanstyle.h index baec71a452..e985da6562 100644 --- a/src/plugins/coreplugin/manhattanstyle.h +++ b/src/plugins/coreplugin/manhattanstyle.h @@ -77,6 +77,8 @@ protected slots: QIcon standardIconImplementation(StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget) const; private: + void drawButtonSeparator(QPainter *painter, const QRect &rect, bool reverse) const; + ManhattanStylePrivate *d; }; |