We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f54ca commit 4cd87dfCopy full SHA for 4cd87df
mscore/musescore.cpp
@@ -7202,7 +7202,8 @@ void MuseScore::updateUiStyleAndTheme()
7202
QString MuseScore::fullVersion()
7203
{
7204
QString version(VERSION);
7205
- const QString versionLabel(VERSION_LABEL);
+ QString versionLabel(VERSION_LABEL);
7206
+ versionLabel = versionLabel.replace(' ', "");
7207
if (!versionLabel.isEmpty())
7208
version.append("-").append(versionLabel);
7209
return version;
0 commit comments