i am doinga a qt project where in if i pass a object as const member its working fine but if i pass it as non const member it is terminating and giving an assert
why is it terminating with assert?
its giving an error no such method but method exists if i am passing qbytearray as a reference then how should my invoke method look like please help cant post the code.