Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Dec 15, 2022
1 parent 6d9f18c commit 891c668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/orm/query/grammars/grammar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,7 @@ QString Grammar::concatenate(QStringList &&segments)
if (segment.isEmpty())
continue;

// QStringBuilder benefit
result += std::move(segment);
result += segment;
result += SPACE;
}

Expand Down

0 comments on commit 891c668

Please sign in to comment.