Skip to content
Commit fed0e1fe authored by Laurent Montel's avatar Laurent Montel
Browse files

Don't rely on implicit QScopedPointer to bool conversion

No longer available in Qt6.
parent 39aad28b
Pipeline #150311 passed with stage
in 8 minutes and 14 seconds
  • Note that the explicit bool operator() only affects assignments to bool values, passing as bool arguments or converting to bool return values, not the use in conditions. Ie. if (foo) still works, only bool x = foo; doesn't.

  • ok . Thanks for info

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