It copies the element. In your case, the better code would be:
Qt Code:
QList list; while (query.next()) { Element e; ... list << e; }To copy to clipboard, switch view to plain text mode
It's documented.
It copies the element. In your case, the better code would be:
Qt Code:
QList list; while (query.next()) { Element e; ... list << e; }To copy to clipboard, switch view to plain text mode
It's documented.
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions
Bookmarks