forked from qt-creator/qt-creator
AutoTest: Modernize code a bit
Change-Id: Ie56f6e5cb8a4f1962bd8df5e57214911ae609921 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Internal {
|
||||
class ITestFramework
|
||||
{
|
||||
public:
|
||||
ITestFramework(bool activeByDefault) : m_active(activeByDefault) {}
|
||||
explicit ITestFramework(bool activeByDefault) : m_active(activeByDefault) {}
|
||||
virtual ~ITestFramework()
|
||||
{
|
||||
delete m_rootNode;
|
||||
|
||||
Reference in New Issue
Block a user