summaryrefslogtreecommitdiff
path: root/plugins/autotest/testtreeitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testtreeitem.h')
-rw-r--r--plugins/autotest/testtreeitem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/autotest/testtreeitem.h b/plugins/autotest/testtreeitem.h
index 8c7bf14307..0d25350eda 100644
--- a/plugins/autotest/testtreeitem.h
+++ b/plugins/autotest/testtreeitem.h
@@ -41,7 +41,7 @@ public:
};
TestTreeItem(const QString &name = QString(), const QString &filePath = QString(),
- Type type = ROOT, TestTreeItem *parent = 0);
+ Type type = ROOT);
virtual ~TestTreeItem();
TestTreeItem(const TestTreeItem& other);
@@ -67,7 +67,6 @@ public:
void setChecked(const Qt::CheckState checked);
Qt::CheckState checked() const;
Type type() const { return m_type; }
- void setParent(TestTreeItem *parent) { m_parent = parent; }
QList<QString> getChildNames() const;
private: