diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-11-18 13:07:45 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:34:59 +0000 |
commit | 2a5500567544ef4e70528c0da0cf927d407dbf78 (patch) | |
tree | cf059658b3f551d4b4e23851876ad4cda082f988 /avmedia/inc/mediacontrol.hxx | |
parent | 24afc4f09d29881159ed1f58d92b714c690534da (diff) |
changed timers to idle
Change-Id: I0d2119a297c9a6d9b99676a561ddf4dd654ecaea
Diffstat (limited to 'avmedia/inc/mediacontrol.hxx')
-rw-r--r-- | avmedia/inc/mediacontrol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/inc/mediacontrol.hxx b/avmedia/inc/mediacontrol.hxx index 099a0fc73019..4d367a531eb4 100644 --- a/avmedia/inc/mediacontrol.hxx +++ b/avmedia/inc/mediacontrol.hxx @@ -86,7 +86,7 @@ private: DECL_LINK(implTimeoutHdl, void *); ImageList maImageList; - Timer maTimer; + Idle maIdle; MediaItem maItem; ToolBox maPlayToolBox; Slider maTimeSlider; |