Skip to content
Verified Commit 523c599d authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

Fix clang warning (variable binds to a temporary)

warning: loop variable ‘rootIndex’ of type ‘const QModelIndex&’ binds to a temporary constructed from type ‘const QPersistentModelIndex’

note: use non-reference type ‘const QModelIndex’ to make the copy explicit or ‘const QPersistentModelIndex&’ to prevent copying
parent f38525ad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment