Hi,

I have;

Qt Code:
  1. QObject* obj = new QObject
To copy to clipboard, switch view to plain text mode 

And I have two seperate lists that hold address of the obj.

I want to ask that, does QList clear, removeAt, removeAll etc. methods deletes the object itself or reference?

If so, how Qt deletes the obj? By keeping reference(s) on it?

Thanks