mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-10 01:39:34 +00:00
Make it consistent.
svn path=/trunk/kdesupport/qca/; revision=381430
This commit is contained in:
parent
732283a221
commit
b9c40d98fc
@ -41,7 +41,7 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
sleep(1);
|
usleep(100000);
|
||||||
} while (proc->isRunning());
|
} while (proc->isRunning());
|
||||||
|
|
||||||
QString cflags = proc->readStdout();
|
QString cflags = proc->readStdout();
|
||||||
|
@ -41,7 +41,7 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
sleep(1);
|
usleep(100000);
|
||||||
} while (proc->isRunning());
|
} while (proc->isRunning());
|
||||||
|
|
||||||
QString cflags = proc->readStdout();
|
QString cflags = proc->readStdout();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user