if you check out this QObject's method:
Qt Code:
const QObjectList & children () constTo copy to clipboard, switch view to plain text mode
you can see, that the list can be const_cast-ed and then changed (e.g. the children can be shuffled around). Can this lead to trouble?


Reply With Quote


Bookmarks