Plugins: And more Store and Key

After this one, is compiles with the opt-in macro. Not changed yet,
though.

Change-Id: I29a66ecb5daa71d0d97566b81fd9f47d92f6368a
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2023-08-25 13:19:26 +02:00
parent c9fd5465eb
commit d7d78df9da
46 changed files with 246 additions and 245 deletions

View File

@@ -33,7 +33,7 @@ McuPackage::McuPackage(const SettingsHandler::Ptr &settingsHandler,
const QString &label,
const FilePath &defaultPath,
const FilePath &detectionPath,
const QString &settingsKey,
const Key &settingsKey,
const QString &cmakeVarName,
const QString &envVarName,
const QStringList &versions,
@@ -65,7 +65,7 @@ QString McuPackage::label() const
return m_label;
}
QString McuPackage::settingsKey() const
Key McuPackage::settingsKey() const
{
return m_settingsKey;
}
@@ -334,7 +334,7 @@ McuToolChainPackage::McuToolChainPackage(const SettingsHandler::Ptr &settingsHan
const QString &label,
const FilePath &defaultPath,
const FilePath &detectionPath,
const QString &settingsKey,
const Key &settingsKey,
McuToolChainPackage::ToolChainType type,
const QStringList &versions,
const QString &cmakeVarName,