aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/itestframework.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-09-29 12:15:43 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-09-29 12:27:14 +0000
commitb0bf07c64a99f366889f491fd9853bcc1c5f12ef (patch)
tree9cabaf76816e2f81777ae4e493a70046f686b8d3 /src/plugins/autotest/itestframework.h
parent8b579fca6a6b5977ec6b88e7dcd81dd942706764 (diff)
AutoTest: Modernize code a bit
Change-Id: Ie56f6e5cb8a4f1962bd8df5e57214911ae609921 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/autotest/itestframework.h')
-rw-r--r--src/plugins/autotest/itestframework.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/itestframework.h b/src/plugins/autotest/itestframework.h
index 678f2fb022..6703a1ca33 100644
--- a/src/plugins/autotest/itestframework.h
+++ b/src/plugins/autotest/itestframework.h
@@ -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;