You are creating the model on stack so it gets deleted when you exit the constructor. Make it a member variable of the class as well or create it on heap.
You are creating the model on stack so it gets deleted when you exit the constructor. Make it a member variable of the class as well or create it on heap.
TomASS (20th July 2009)
Bookmarks