aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/autotest/testtreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testtreemodel.h')
-rw-r--r--plugins/autotest/testtreemodel.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/autotest/testtreemodel.h b/plugins/autotest/testtreemodel.h
index 7a7deaeb13..7bcbe5e8b1 100644
--- a/plugins/autotest/testtreemodel.h
+++ b/plugins/autotest/testtreemodel.h
@@ -27,15 +27,6 @@
#include <QAbstractItemModel>
#include <QSortFilterProxyModel>
-namespace {
- enum ItemRole {
-// AnnotationRole = Qt::UserRole + 1,
- LinkRole = Qt::UserRole + 2, // can be removed if AnnotationRole comes back
- ItalicRole, // used only inside the delegate
- TypeRole
- };
-}
-
namespace Autotest {
namespace Internal {