diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-02-15 22:24:35 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-02-15 22:24:35 (GMT) |
commit | 2a271df9d242febfc735acfe239cdd6a7cc1471c (patch) | |
tree | 60812f74344d442eea1f0177f2c97d8fdfa05f78 /src/gui/text | |
parent | 7455ba4fdc82bc8e7174184090ddfbf03c312446 (diff) | |
download | Qt-2a271df9d242febfc735acfe239cdd6a7cc1471c.zip Qt-2a271df9d242febfc735acfe239cdd6a7cc1471c.tar.gz Qt-2a271df9d242febfc735acfe239cdd6a7cc1471c.tar.bz2 |
Compile fix for QStaticText - include declaration of QColor
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qstatictext_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qstatictext_p.h b/src/gui/text/qstatictext_p.h index d2afad6..388c684 100644 --- a/src/gui/text/qstatictext_p.h +++ b/src/gui/text/qstatictext_p.h @@ -54,6 +54,7 @@ // #include <private/qtextureglyphcache_p.h> +#include <QtGui/qcolor.h> QT_BEGIN_NAMESPACE |