diff options
author | Sami Merila <sami.merila@nokia.com> | 2010-11-09 10:53:07 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2010-11-09 10:53:07 (GMT) |
commit | 0870d766b9e302081ba31a9c8f6dfa3a1e8c1e52 (patch) | |
tree | 095014c5ff6511d7d0e18160afd788ba9709e22d /src/gui/styles/qs60style_p.h | |
parent | d50fb14395e8ea35d09bdfc8bb420f051b6c140a (diff) | |
download | Qt-0870d766b9e302081ba31a9c8f6dfa3a1e8c1e52.zip Qt-0870d766b9e302081ba31a9c8f6dfa3a1e8c1e52.tar.gz Qt-0870d766b9e302081ba31a9c8f6dfa3a1e8c1e52.tar.bz2 |
QS60Style: Color calculation should be optimized
Addendum to the previous fix. Remove trailing white space as well.
Task-number: QTBUG-14860
Reviewed-by: Jani Hautakangas
Diffstat (limited to 'src/gui/styles/qs60style_p.h')
-rw-r--r-- | src/gui/styles/qs60style_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qs60style_p.h b/src/gui/styles/qs60style_p.h index 7a7991a..db4285d 100644 --- a/src/gui/styles/qs60style_p.h +++ b/src/gui/styles/qs60style_p.h @@ -527,7 +527,7 @@ public: static void deleteStoredSettings(); // calculates average color based on theme graphics (minus borders). QColor colorFromFrameGraphics(SkinFrameElements frame) const; -#endif +#endif QColor calculatedColor(SkinFrameElements frame) const; //set theme palette for application |