Skip to content

Commit

Permalink
analyzers suppressed Clang Tidy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 11, 2024
1 parent 8a40f85 commit 48311ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orm/configurations/configurationoptionsparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void ConfigurationOptionsParser::parseOptionsOption(QVariantHash &config) const
parseDriverSpecificOptionsOption(preparedConfigOptions);

// Swap the original 'options' with the newly prepared 'options' hash
configOptions.setValue(std::move(preparedConfigOptions));
configOptions.setValue(std::move(preparedConfigOptions)); // NOLINT(performance-move-const-arg)
}

QString
Expand Down

0 comments on commit 48311ac

Please sign in to comment.