diff options
author | Thiago Marcos P. Santos <thiago.santos@openbossa.org> | 2009-05-29 22:42:51 (GMT) |
---|---|---|
committer | Thiago Marcos P. Santos <thiago.santos@openbossa.org> | 2009-05-29 22:43:18 (GMT) |
commit | d8ccdc88128999febfa7cc0c9d49f8a9ae8cc118 (patch) | |
tree | 22bd64a81668c65a12d287c424ca52de624b332e /examples | |
parent | 766cf07cbe7ebfda01dad163bb070fff7e3077d5 (diff) | |
download | Qt-d8ccdc88128999febfa7cc0c9d49f8a9ae8cc118.zip Qt-d8ccdc88128999febfa7cc0c9d49f8a9ae8cc118.tar.gz Qt-d8ccdc88128999febfa7cc0c9d49f8a9ae8cc118.tar.bz2 |
Fixed sub-attaq example build
Diffstat (limited to 'examples')
-rw-r--r-- | examples/animation/sub-attaq/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/animation/sub-attaq/mainwindow.cpp b/examples/animation/sub-attaq/mainwindow.cpp index 5e8e259..123363b 100644 --- a/examples/animation/sub-attaq/mainwindow.cpp +++ b/examples/animation/sub-attaq/mainwindow.cpp @@ -44,6 +44,8 @@ #include "graphicsscene.h" //Qt +#include <QGraphicsView> + #ifdef QT_NO_OPENGL #include <QtGui/QMenuBar> #include <QtGui/QLayout> |