aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2014-12-08 10:24:42 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2014-12-09 09:58:15 +0100
commit3f9ecd866df32c1f0f332c89646392bfeddf9d74 (patch)
treee0a88ad40f7f608cd5c68a7dc3f5557dfa936b2e
parent14f0efa0aea942b4483796d42e618366257f7a36 (diff)
QML: fix warning in tests
Remove unused constant. Change-Id: I3fb3512f7ea54102450eeeda1a56c73fe6b26025 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp b/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
index deb3f4e11b..1cdf8ce574 100644
--- a/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
+++ b/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
@@ -46,7 +46,6 @@
// From qquickfolderlistmodel.h
const int FileNameRole = Qt::UserRole+1;
-const int FilePathRole = Qt::UserRole+2;
enum SortField { Unsorted, Name, Time, Size, Type };
class tst_qquickfolderlistmodel : public QQmlDataTest