forked from qt-creator/qt-creator
Fix string
Remove the '.' as the VariableManager will append text starting with ':' to that textFix strings. Change-Id: I490319fac964ea8fd8078dff90ec81c9bdef8d09 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -190,7 +190,7 @@ bool CppToolsPlugin::initialize(const QStringList &arguments, QString *error)
|
||||
tr("The license template."),
|
||||
[this]() { return CppToolsPlugin::licenseTemplate(); });
|
||||
Core::VariableManager::registerFileVariables("Cpp:LicenseTemplatePath",
|
||||
tr("The configured path to the license template."),
|
||||
tr("The configured path to the license template"),
|
||||
[this]() { return CppToolsPlugin::licenseTemplatePath().toString(); });
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user