From 3f9ecd866df32c1f0f332c89646392bfeddf9d74 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Mon, 8 Dec 2014 10:24:42 +0100 Subject: QML: fix warning in tests Remove unused constant. Change-Id: I3fb3512f7ea54102450eeeda1a56c73fe6b26025 Reviewed-by: Simon Hausmann --- tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3