Browse Source

- removed a useless sleep()

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
84fef00349
  1. 1
      src/downloadThread.h

1
src/downloadThread.h

@ -144,7 +144,6 @@ class downloadThread : public QThread { @@ -144,7 +144,6 @@ class downloadThread : public QThread {
qDebug("In Download thread RUN, mutex unlocked (no urls) -> stopping");
break;
}
SleeperThread::msleep(500);
}
}
};

Loading…
Cancel
Save