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