diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-01-26 15:42:17 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-01-26 15:42:17 (GMT) |
commit | 872a5d79615f5a36bc76730e4e7eecd1f1f54b31 (patch) | |
tree | 0b161c1d373d668c39f409ff1b6f2c6b16ee5ed8 /src | |
parent | a5bf01a04d8f18182e9d453ba36facddffc3ba99 (diff) | |
download | Qt-872a5d79615f5a36bc76730e4e7eecd1f1f54b31.zip Qt-872a5d79615f5a36bc76730e4e7eecd1f1f54b31.tar.gz Qt-872a5d79615f5a36bc76730e4e7eecd1f1f54b31.tar.bz2 |
Compile for Symbian
Missing include
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/text/qstatictext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qstatictext.h b/src/gui/text/qstatictext.h index 6c70816..de2fdb3 100644 --- a/src/gui/text/qstatictext.h +++ b/src/gui/text/qstatictext.h @@ -44,6 +44,7 @@ #include <QtCore/qsize.h> #include <QtCore/qstring.h> +#include <QtCore/qmetatype.h> #include <QtGui/qtransform.h> #include <QtGui/qfont.h> |