Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jun 29, 2024
1 parent 13a57c0 commit 828161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ void MainWindow::changeReportType() {
else
mUI->mResults->setReportType("");

auto setTextAndHint = [](QAction* a, QString s) {
auto setTextAndHint = [](QAction* a, const QString& s) {
a->setText(s);
a->setToolTip(s);
};
Expand Down

0 comments on commit 828161d

Please sign in to comment.