Remove class Sleeper (obsolete)

Issue #156 resolved
M. Gronle created an issue

The class ito::Sleeper can be removed and the static methods

  • sleep
  • usleep
  • mslepp

can be replaced by the static methods with the same name of the Qt class QThread.

ito::Sleeper has been introduced as compatibility wrapper for Qt4 and 5, since QThread::sleep…
was protected in Qt4 and is public now in Qt5.

Comments (1)

  1. Log in to comment