aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/projectinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/projectinfo.h')
-rw-r--r--src/plugins/cpptools/projectinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/projectinfo.h b/src/plugins/cpptools/projectinfo.h
index 4cf43d0ff6e..c934bda2d5a 100644
--- a/src/plugins/cpptools/projectinfo.h
+++ b/src/plugins/cpptools/projectinfo.h
@@ -87,7 +87,7 @@ class CPPTOOLS_EXPORT ProjectInfo
{
public:
ProjectInfo() = default;
- ProjectInfo(QPointer<ProjectExplorer::Project> project);
+ explicit ProjectInfo(QPointer<ProjectExplorer::Project> project);
bool isValid() const;