Peter Kümmel wrote:
Abdelrazak Younes wrote:
[email protected] wrote:
Author: kuemmel
Date: Fri Dec 4 10:51:13 2009
New Revision: 32323
URL: http://www.lyx.org/trac/changeset/32323
Log:
Move some code from the process branch into trunk.
Don't incorporated any progess stuff.
Behavior when starting a process is UNTOUCHED, but could simply changed by
setting progessEvents to true.
Hum, I did that in Systemcall::startscript() and didn't notice a
difference... maybe I am missing something?
Havn't tries it here, atm I only cleanup to simplify the code.
Good.
Modified: lyx-devel/trunk/src/support/Systemcall.cpp
+
+struct Sleep : QThread
public QThread ?
needed to free the protected sleep function.
No, I mean that by default this inherits QThread privately...
Abdel.