diff options
author | jasplin <qt-info@nokia.com> | 2009-06-04 09:37:08 (GMT) |
---|---|---|
committer | jasplin <qt-info@nokia.com> | 2009-06-04 09:42:50 (GMT) |
commit | 59653437cbc37f9644aa540c46701c2142939198 (patch) | |
tree | f2369dc4418e28646c6e55a9ded1f89a4892229f /src/gui/styles/qgtkstyle.cpp | |
parent | 0a37c9bbf9dc95e0ad422007718a7af11b046deb (diff) | |
download | Qt-59653437cbc37f9644aa540c46701c2142939198.zip Qt-59653437cbc37f9644aa540c46701c2142939198.tar.gz Qt-59653437cbc37f9644aa540c46701c2142939198.tar.bz2 |
Removed the internal UsePixmapCache flag in the style code.
In the style code, the internal UsePixmapCache flag made
no sense in practice, so it was removed. A fortunate side-effect
of the patch is that the code is now accepted by Sun CC 5.5.
Reviewed-by: jbache
Diffstat (limited to 'src/gui/styles/qgtkstyle.cpp')
-rw-r--r-- | src/gui/styles/qgtkstyle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/styles/qgtkstyle.cpp b/src/gui/styles/qgtkstyle.cpp index 151dab0..1fe4627 100644 --- a/src/gui/styles/qgtkstyle.cpp +++ b/src/gui/styles/qgtkstyle.cpp @@ -176,7 +176,6 @@ public: static const int groupBoxBottomMargin = 2; // space below the groupbox static const int groupBoxTitleMargin = 6; // space between contents and title static const int groupBoxTopMargin = 2; -static bool UsePixmapCache = true; // Get size of the arrow controls in a GtkSpinButton static int spinboxArrowSize() |