Core: Remove superfluous + operator

This commit is contained in:
wmayer
2024-06-16 07:12:14 +02:00
committed by wwmayer
parent 6623b60528
commit 2ad397e18e

View File

@@ -2563,7 +2563,7 @@ void MainWindow::setWindowTitle(const QString& string)
}
// allow to disable version number
ParameterGrp::handle hGen = +App::GetApplication().GetParameterGroupByPath(
ParameterGrp::handle hGen = App::GetApplication().GetParameterGroupByPath(
"User parameter:BaseApp/Preferences/General");
bool showVersion = hGen->GetBool("ShowVersionInTitle", true);