[Qt-interest] Modal dialogs and their variable still exists after the EXEC?

Ender EREL erelender at yahoo.com
Tue Apr 7 10:24:24 CEST 2009


In my humble opinion, if ptrDlg was deleted after the call to exec(), 
you would have a segmentation fault when calling 
ptrDlg->getSourceList(). Since this is not the case, your 
getSourceList() function is returning NULL. You should look for the 
problem inside that function.

Ender EREL



More information about the Qt-interest-old mailing list