mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- hintbox: setDelay() prototype v2
Signed-off-by: Thilo Graf <dbt@novatux.de> see commit message at: - change some hintboxes
This commit is contained in:
@@ -377,7 +377,10 @@ class CHint : public CHintBox
|
||||
virtual ~CHint()
|
||||
{
|
||||
if (delay)
|
||||
sleep(delay);
|
||||
{
|
||||
setTimeOut(delay);
|
||||
exec();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user