projects
/
platform
/
upstream
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfefcba
)
Remove spurious include
author
Alan Alpert
<aalpert@rim.com>
Mon, 25 Feb 2013 22:38:07 +0000
(14:38 -0800)
committer
The Qt Project
<gerrit-noreply@qt-project.org>
Tue, 5 Mar 2013 21:50:29 +0000
(22:50 +0100)
While it's discouraged to use the entire module headers inside Qt, this
particular example also compiles without the line.
Change-Id: I75b6fc09e11d00df2f19f5db9b0209ed4cd82844
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
src/qml/qml/qqmlbundle.cpp
patch
|
blob
|
history
diff --git
a/src/qml/qml/qqmlbundle.cpp
b/src/qml/qml/qqmlbundle.cpp
index
62925ce
..
273462a
100644
(file)
--- a/
src/qml/qml/qqmlbundle.cpp
+++ b/
src/qml/qml/qqmlbundle.cpp
@@
-40,7
+40,6
@@
****************************************************************************/
#include "qqmlbundle_p.h"
-#include <QtCore/QtCore>
#include <iostream>
#include <cstdlib>