itom-project / itom

itom core repository
https://itom-project.github.io/
Other
13 stars 5 forks source link

Remove class Sleeper (obsolete) #252

Closed photoniker closed 1 year ago

photoniker commented 1 year ago

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

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.

[Issue created by M. Gronle: 2020-11-18] [Last updated on bitbucket: 2020-12-18]

[Comment created by M. Gronle: 2020-12-18] fixes issue #156: removed the obsolete class ito::Sleeper (obsolete since Qt5)

→ <<cset 203491cc1326>>