[Interest] Gracefully Closing a QProcess

2014-08-08 Thread Jason R. Kretzer
? -- //---// Jason R. Kretzer Lead Application Developer ja...@gocodigo.com C:606.792.0079 H:606.297.2551 //---// ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QHash memory management

2014-08-05 Thread Jason R. Kretzer
(); for(int j=0; j10; j++) { hash.remove(j); } //=== After the remove or clear is called, do I still need to delete the pointers? If so, would I just iterate through them using the value function and delete them one by one? -Jason -- //---// Jason R. Kretzer Lead