Hello,
I tried using Q_ASSERT macro at several places and it seems not always it produces the output if the condition if false.
Where to check for its output if the condition if false????
The condition check worked, I got some No Source found for SignalKill or smth. But I could not
find the output of Q_ASSERT (whereas I was able to do it in some other cases).
ps. And how would you check for valid pointers using Q_ASSERT?
pps. Btw. would such a check be oK? Q_ASSERT(pointer1 && pointer2 && pointer3)
if I want to check multiple pointers.
Thanks.