git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Qt: reset record button state when switching to a new item
[vlc.git]
/
modules
/
gui
/
qt4
/
input_manager.hpp
diff --git
a/modules/gui/qt4/input_manager.hpp
b/modules/gui/qt4/input_manager.hpp
index
56f2c36
..
d9b6630
100644
(file)
--- a/
modules/gui/qt4/input_manager.hpp
+++ b/
modules/gui/qt4/input_manager.hpp
@@
-72,8
+72,8
@@
class IMEvent : public QEvent
friend class InputManager;
public:
IMEvent( int type, int id ) : QEvent( (QEvent::Type)(type) )
- { i_id = id ; }
;
- virtual ~IMEvent() {}
;
+ { i_id = id ; }
+ virtual ~IMEvent() {}
private:
int i_id;