aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtbuildaspects.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-11-25 13:31:27 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2019-11-25 13:25:02 +0000
commit6c66af5c233dafe40d4c4e53c6ef506aaec704cd (patch)
tree0bf28994c0dd9d5f0875dfe293f7d9a4f19041f1 /src/plugins/qtsupport/qtbuildaspects.h
parent9811f95aa7a4384d5fe21233b9019dd13a01c979 (diff)
ProjectExplorer: Add a base class for build aspects
... and make use of it in the QmlDebuggingAspect. A build setting is conceptually not a boolean, but a tri-state, as we need to support force-switching a feature on and off as well as specifying that it is to be left at its default value. Change-Id: I15552614c5cf4f5187c026909d233c13e3487e81 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/qtbuildaspects.h')
-rw-r--r--src/plugins/qtsupport/qtbuildaspects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/qtbuildaspects.h b/src/plugins/qtsupport/qtbuildaspects.h
index 20c29fc895..73d1160173 100644
--- a/src/plugins/qtsupport/qtbuildaspects.h
+++ b/src/plugins/qtsupport/qtbuildaspects.h
@@ -31,7 +31,7 @@
namespace QtSupport {
-class QTSUPPORT_EXPORT QmlDebuggingAspect : public ProjectExplorer::BaseBoolAspect
+class QTSUPPORT_EXPORT QmlDebuggingAspect : public ProjectExplorer::BaseTriStateAspect
{
Q_OBJECT
public: