@SpaceToon said in Replacing QList of objects with QLIst of pointers to these objects:
why in my solution with the pointers an exception occurs.
Because the pointer you store a dangling - the object behind is already deleted when deviceDiscovered() is finished (or a little bit later, don't know the code which calls this function).