mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-07 19:45:58 -05:00
some cppcheck and clang-tidy fixies
This commit is contained in:
parent
ac7face247
commit
98badfb4a2
9 changed files with 16 additions and 14 deletions
|
|
@ -40,7 +40,7 @@ int Locate::executeWithDatabase(QSharedPointer<Database> database, QSharedPointe
|
|||
{
|
||||
|
||||
const QStringList args = parser->positionalArguments();
|
||||
QString searchTerm = args.at(1);
|
||||
const QString& searchTerm = args.at(1);
|
||||
TextStream outputTextStream(Utils::STDOUT, QIODevice::WriteOnly);
|
||||
TextStream errorTextStream(Utils::STDERR, QIODevice::WriteOnly);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue