diff options
-rwxr-xr-x | examples/tutorials/modelview/3_changingmodel/mymodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/3_changingmodel/mymodel.cpp b/examples/tutorials/modelview/3_changingmodel/mymodel.cpp index d82f00d..7d78aa7 100755 --- a/examples/tutorials/modelview/3_changingmodel/mymodel.cpp +++ b/examples/tutorials/modelview/3_changingmodel/mymodel.cpp @@ -39,6 +39,7 @@ ****************************************************************************/ #include <QBrush> +#include <QTime> #include "mymodel.h" //! [quoting mymodel_a] |