summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/snippets/sqldatabase/sqldatabase_snippet.cpp
diff options
context:
space:
mode:
authorTian Shilin <tianshilin@uniontech.com>2024-08-22 13:53:26 +0800
committerTian Shilin <tianshilin@uniontech.com>2024-08-29 01:01:40 +0800
commit65fecd0c47d6ff39e8a728b0c6538d44f3aa00aa (patch)
tree524e6fa560cddc55e283985a57cec00ac7795478 /src/sql/doc/snippets/sqldatabase/sqldatabase_snippet.cpp
parent0dd5b2de4c59e2f0175aba3cf720a47998108330 (diff)
fix: Redundant condition in qtextdocument
Q_ASSERT(n || (!n && block_pos == blocks.length())) contains a redundant conditional check,when n is true,the conditional judgment must be true,when n is false,whether the conditional judgment is true or not depends entirely on block_pos == blocks.length( ), ā€œ!nā€ is not necessary. eg: 'A || (!A && B)' is equivalent to 'A || B'. Change-Id: Ia1c2df548d97db92a4fa1089e3f5a79e45800829 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/sql/doc/snippets/sqldatabase/sqldatabase_snippet.cpp')
0 files changed, 0 insertions, 0 deletions