summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMailson Menezes <mailson.menezes@openbossa.org>2012-04-02 15:48:51 -0300
committerAnselmo L. S. Melo <anselmo.melo@openbossa.org>2012-04-03 14:03:49 +0200
commit73cda7874a27bd72bf47159645bdf5190568fea2 (patch)
treeb7d4f059d3763adb26d678cabf98afe992ed4dc6 /tests
parent8dd33a7b8dbfc3fd725bec8394f4462b7d74b00e (diff)
Remove unused code from UiFileSystemModel
Change-Id: I0bda4c1fc086ec3f10e6de7a4aa818a814421b42 Reviewed-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org> Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp b/tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp
index fec947a..92ef33d 100644
--- a/tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp
+++ b/tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp
@@ -969,9 +969,7 @@ void tst_UiFileSystemModel::roleNames_data()
{
QTest::addColumn<int>("role");
QTest::addColumn<QByteArray>("roleName");
- QTest::newRow("decoration") << int(Qt::DecorationRole) << QByteArray("decoration");
QTest::newRow("display") << int(Qt::DisplayRole) << QByteArray("display");
- //QTest::newRow("fileIcon") << int(UiFileSystemModel::FileIconRole) << QByteArray("fileIcon");
QTest::newRow("filePath") << int(UiFileSystemModel::FilePathRole) << QByteArray("filePath");
QTest::newRow("fileName") << int(UiFileSystemModel::FileNameRole) << QByteArray("fileName");
QTest::newRow("filePermissions") << int(UiFileSystemModel::FilePermissions) << QByteArray("filePermissions");