[vlc-devel] commit: Forgotten file in previous commit. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Aug 21 23:36:34 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 21 14:39:23 2008 -0700| [f909b91d66a7969ec7e54a8108390ac2d3289a8b] | committer: Jean-Baptiste Kempf
Forgotten file in previous commit.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f909b91d66a7969ec7e54a8108390ac2d3289a8b
---
modules/gui/qt4/input_manager.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/input_manager.hpp b/modules/gui/qt4/input_manager.hpp
index 910dd0b..795d034 100644
--- a/modules/gui/qt4/input_manager.hpp
+++ b/modules/gui/qt4/input_manager.hpp
@@ -70,6 +70,8 @@ public:
bool hasInput() { return p_input && !p_input->b_dead && vlc_object_alive (p_input); }
bool hasAudio();
bool hasVideo();
+
+ QString getName() { return old_name; }
private:
intf_thread_t *p_intf;
More information about the vlc-devel
mailing list