diff options
author | Eskil Abrahamsen Blomfeldt <eblomfel@trolltech.com> | 2009-07-17 11:08:46 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eblomfel@trolltech.com> | 2009-07-17 11:08:46 (GMT) |
commit | c112906daac96178d9d016a170fa863545a0b972 (patch) | |
tree | 464ea533e538e1303c7a1e0b73221b445ff51888 /src/declarative/extra | |
parent | 6626a96b8fa00c5ebb1ed308b77c9cf046e78849 (diff) | |
download | Qt-c112906daac96178d9d016a170fa863545a0b972.zip Qt-c112906daac96178d9d016a170fa863545a0b972.tar.gz Qt-c112906daac96178d9d016a170fa863545a0b972.tar.bz2 |
Compile
Change 6626a9 broke compilation because several files indirectly
depended on a #include that was removed.
Diffstat (limited to 'src/declarative/extra')
-rw-r--r-- | src/declarative/extra/qfxparticles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qfxparticles.cpp b/src/declarative/extra/qfxparticles.cpp index c31163c..08d38ba 100644 --- a/src/declarative/extra/qfxparticles.cpp +++ b/src/declarative/extra/qfxparticles.cpp @@ -55,7 +55,7 @@ #include <private/qmlanimation_p.h> #include "qfxparticles.h" - +#include <QPainter> QT_BEGIN_NAMESPACE #define PI_SQR 9.8696044 |