diff options
author | Jens Bache-Wiig <jbache@trolltech.com> | 2009-05-19 09:00:41 (GMT) |
---|---|---|
committer | Jens Bache-Wiig <jbache@trolltech.com> | 2009-05-19 09:01:24 (GMT) |
commit | 589a8689705dc0572990b416f7ef085986ff2f57 (patch) | |
tree | 32761e36fa3558e3d22a42c06d3ab0609b0d2d71 /tests/auto/qitemmodel/tst_qitemmodel.cpp | |
parent | 46f776a1c6b7e72ebe69ecde130d514b69fe4319 (diff) | |
download | Qt-589a8689705dc0572990b416f7ef085986ff2f57.zip Qt-589a8689705dc0572990b416f7ef085986ff2f57.tar.gz Qt-589a8689705dc0572990b416f7ef085986ff2f57.tar.bz2 |
Fix autotest for qitemmodel on windows
Fixed a broken include
Reviewed-by: Thomas Zander
Diffstat (limited to 'tests/auto/qitemmodel/tst_qitemmodel.cpp')
-rw-r--r-- | tests/auto/qitemmodel/tst_qitemmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qitemmodel/tst_qitemmodel.cpp b/tests/auto/qitemmodel/tst_qitemmodel.cpp index ea1972e..d29a3e3 100644 --- a/tests/auto/qitemmodel/tst_qitemmodel.cpp +++ b/tests/auto/qitemmodel/tst_qitemmodel.cpp @@ -54,7 +54,7 @@ #include <QtTest/QtTest> #include <QtCore> #include <qdebug.h> -#include <modelstotest.cpp> +#include "modelstotest.cpp" #include <QMetaType> Q_DECLARE_METATYPE(QModelIndex) |