use mySleep in CComponentsFrmClock::initClockThread(

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
This commit is contained in:
Jacek Jendrzej
2013-12-15 17:34:53 +01:00
parent 7e2d12e5d5
commit ececd844fa
4 changed files with 13 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ class CPictureViewer
COLOR=2
};
CPictureViewer();
~CPictureViewer();
virtual~CPictureViewer();
bool ShowImage(const std::string & filename, bool unscaled=false);
bool DecodeImage(const std::string & name, bool showBusySign=false, bool unscaled=false);
bool DisplayNextImage();