diff options
author | Sami Merilä <sami.merila@nokia.com> | 2009-05-29 07:46:40 (GMT) |
---|---|---|
committer | Sami Merilä <sami.merila@nokia.com> | 2009-05-29 07:46:40 (GMT) |
commit | dcf5d568aba893d690eedbe1e18148b504de2abb (patch) | |
tree | 535355923cce056963a576b72abba9a377466a41 /src/gui/styles/qs60style_p.h | |
parent | a1ffc561aa6bbbdc1355119d5a43d17d0ff5c560 (diff) | |
download | Qt-dcf5d568aba893d690eedbe1e18148b504de2abb.zip Qt-dcf5d568aba893d690eedbe1e18148b504de2abb.tar.gz Qt-dcf5d568aba893d690eedbe1e18148b504de2abb.tar.bz2 |
S60Style: Remove unneeded case-statements and own implementation for drawItemText.
Diffstat (limited to 'src/gui/styles/qs60style_p.h')
-rw-r--r-- | src/gui/styles/qs60style_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/styles/qs60style_p.h b/src/gui/styles/qs60style_p.h index 22b01f6..c93d271 100644 --- a/src/gui/styles/qs60style_p.h +++ b/src/gui/styles/qs60style_p.h @@ -366,8 +366,6 @@ public: static QColor lighterColor(const QColor &baseColor); //deduces if the given widget should have separately themeable background static bool drawsOwnThemeBackground(const QWidget *widget); - // gets layout - static const QHash<QStyle::PixelMetric, int> &s60StyleLayout(); QFont s60Font(QS60StyleEnums::FontCategories fontCategory, int pointSize = -1) const; |