aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mcusupport/mcutarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/mcusupport/mcutarget.h')
-rw-r--r--src/plugins/mcusupport/mcutarget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/mcusupport/mcutarget.h b/src/plugins/mcusupport/mcutarget.h
index 8ee19f54ab..ce715c8c6f 100644
--- a/src/plugins/mcusupport/mcutarget.h
+++ b/src/plugins/mcusupport/mcutarget.h
@@ -56,6 +56,12 @@ public:
QString desktopCompilerId() const;
void handlePackageProblems(MessagesList &messages) const;
+ // Used when updating to new version of QtMCUs
+ // Paths that is not valid in the new version,
+ // and were valid in the old version. have the possibility be valid if
+ // reset to the default value without user intervention
+ void resetInvalidPathsToDefault();
+
private:
const QVersionNumber m_qulVersion;
const Platform m_platform;