4
0
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:
Brad Hards 2005-01-23 07:10:41 +00:00
parent 732283a221
commit b9c40d98fc
2 changed files with 2 additions and 2 deletions
plugins
qca-botan
qca-gcrypt

@ -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();