mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-02 14:39:43 -05:00
suppressed clang-tidy warning
This commit is contained in:
@@ -50,7 +50,7 @@ QStringList PostgresConnection::searchPath(const bool flushCache)
|
||||
{
|
||||
// Don't use the ternary operator here so the std::move() can apply
|
||||
if (schema == QStringLiteral("$user"))
|
||||
return username;
|
||||
return username; // NOLINT(performance-no-automatic-move)
|
||||
|
||||
return std::move(schema);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user