diff options
Diffstat (limited to 'examples/tutorials/modelview/3_changingmodel/mymodel.cpp')
-rwxr-xr-x | examples/tutorials/modelview/3_changingmodel/mymodel.cpp | 3 |
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 42915b0..7d78aa7 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] |