index
:
users/pcacjr/pyside.git
bug1124-unittest
bug1126
bug1135
bug1138
master
Paulo's PySide repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
codesnippets
/
doc
/
src
/
snippets
/
code
/
src_qt3support_other_q3process_unix.cpp
blob: c443c2e75f103a3b5306f3495ccd3b1650a18933 (
plain
)
1
2
3
4
//! [0]
process
->
tryTerminate
();
QTimer
::
singleShot
(
5000
,
process
,
SLOT
(
kill
())
);
//! [0]