forked from qt-creator/qt-creator
AutoTest: Code cosmetics
Change-Id: I49a73b83b1b6857c34913db8f7c6818cf7a1a129 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
Shutdown
|
||||
};
|
||||
|
||||
explicit TestCodeParser(TestTreeModel *parent = 0);
|
||||
explicit TestCodeParser(TestTreeModel *parent = nullptr);
|
||||
virtual ~TestCodeParser();
|
||||
void setState(State state);
|
||||
State state() const { return m_parserState; }
|
||||
|
||||
Reference in New Issue
Block a user