qt5base-lts/tests/auto/corelib
Friedemann Kleint 3cbb89fa5a tst_qprocess: Instantiate QProcess objects on the stack.
Instantiate the QProcess object on the stack to ensure resource
cleanup and remove the QProcess * member variable.
Use qobject_cast<QProcess *>(QObject::sender()) instead
of the member variable in the helpers slots to ensure that signals
from a leaked QProcess do not interfere with other tests.

Task-number: QTBUG-47370
Change-Id: Ifc0dccb7e4b18069d236df53bccdcb6a47df6346
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-09-25 20:22:17 +00:00
..
animation Extend tst_QPauseAnimation::pauseAndPropertyAnimations blacklist 2015-06-20 15:25:58 +00:00
codecs fix usage of wince scope 2015-06-05 10:29:10 +00:00
global Add code to perform overflow-checking additions and multiplication 2015-09-23 16:19:45 +00:00
io tst_qprocess: Instantiate QProcess objects on the stack. 2015-09-25 20:22:17 +00:00
itemmodels Fix QItemSelectionModel deselection range 2015-09-24 08:13:07 +00:00
json Make sure remove() doesn't corrupt the json object 2015-03-18 07:34:59 +00:00
kernel Use QTypeInfo<T>::isRelocatable in QVariant 2015-09-24 16:55:10 +00:00
mimetypes Merge remote-tracking branch 'origin/5.5' into 5.6 2015-08-26 20:06:57 +02:00
plugin Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
statemachine QStateMachine: add defaultTransition in QHistoryState 2015-07-23 13:29:46 +00:00
thread Fix tst_qthreadstorage 2015-09-24 07:34:06 +00:00
tools Add getter and setter for qt_qhash_seed 2015-09-22 14:17:46 +00:00
xml Update copyright headers 2015-02-11 06:49:51 +00:00
corelib.pro