summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/3_changingmodel/mymodel.cpp')
-rwxr-xr-xexamples/tutorials/modelview/3_changingmodel/mymodel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/tutorials/modelview/3_changingmodel/mymodel.cpp b/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
index 42915b09f1..7d78aa7c30 100755
--- a/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
+++ b/examples/tutorials/modelview/3_changingmodel/mymodel.cpp
@@ -38,9 +38,8 @@
**
****************************************************************************/
-#include <QTimer>
-#include <QTime>
#include <QBrush>
+#include <QTime>
#include "mymodel.h"
//! [quoting mymodel_a]