QML: fix warning in tests
Remove unused constant. Change-Id: I3fb3512f7ea54102450eeeda1a56c73fe6b26025 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
parent
14f0efa0ae
commit
3f9ecd866d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue