CComponentsTimer: try to fix timing on non cst hardware

On hd51 and pc hardware was observed full visual timeout progress in message boxes.
Timeoout was displayed always without visible progress.
This should fix this.
This commit is contained in:
2017-11-23 16:35:07 +01:00
parent a857be6cc3
commit caface0a88
2 changed files with 29 additions and 3 deletions

View File

@@ -70,6 +70,9 @@ class CComponentsTimer : public sigc::trackable
OpenThreads::Mutex tm_mutex;
///slot for restart signals
sigc::slot0<bool> sl_stop_timer;
///sleep generated with nanosleep
int getSleep(long miliseconds);
public:
/**Constructor for timer class
*