Skip to content

Commit

Permalink
Core: Remove superfluous + operator
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 16, 2024
1 parent 6623b60 commit d43dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d43dfee

Please sign in to comment.