aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/baseqtversion.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-11-22 14:50:15 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2019-11-25 09:46:41 +0000
commit72ca1796337fa0f7f0214632efba20682918a6e7 (patch)
treeffbf933d327bad6b0a623ec153116f8673b54458 /src/plugins/qtsupport/baseqtversion.h
parent5795dc24c70ea10a622a2a98d4778aad405984af (diff)
QtSupport: Add a QmlDebuggingAspect
... and make use of it in the qbs build configuration. We cannot use it for qmake yet, because the build config there still has a custom, non-aspectified widget. Change-Id: Iacf902a2d9384d0074b10fdc98e082fa906fb6d6 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/baseqtversion.h')
-rw-r--r--src/plugins/qtsupport/baseqtversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/baseqtversion.h b/src/plugins/qtsupport/baseqtversion.h
index 80489d1bb9d..ce50c34ba40 100644
--- a/src/plugins/qtsupport/baseqtversion.h
+++ b/src/plugins/qtsupport/baseqtversion.h
@@ -174,7 +174,7 @@ public:
/// warnings and finally info items.
ProjectExplorer::Tasks reportIssues(const QString &proFile, const QString &buildDir) const;
- static bool isQmlDebuggingSupported(ProjectExplorer::Kit *k, QString *reason = nullptr);
+ static bool isQmlDebuggingSupported(const ProjectExplorer::Kit *k, QString *reason = nullptr);
bool isQmlDebuggingSupported(QString *reason = nullptr) const;
static bool isQtQuickCompilerSupported(ProjectExplorer::Kit *k, QString *reason = nullptr);
bool isQtQuickCompilerSupported(QString *reason = nullptr) const;