forked from qt-creator/qt-creator
Provide basic test runner and output pane
This commit is contained in:
committed by
Christian Stenger
parent
2f4139e5d3
commit
44db2be195
@@ -38,7 +38,7 @@ class TestCodeParser : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit TestCodeParser(/*QObject*/TestTreeModel *parent = 0);
|
||||
explicit TestCodeParser(TestTreeModel *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user