]> git.sesse.net Git - vlc/commitdiff
Forgotten file in previous commit.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 21 Aug 2008 21:39:23 +0000 (14:39 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 21 Aug 2008 21:39:23 +0000 (14:39 -0700)
modules/gui/qt4/input_manager.hpp

index 910dd0b914aa14364d2f1f152b82f9a4629e809d..795d03427a76e00a68e3d33b5854fca74bc8483b 100644 (file)
@@ -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;