]> git.sesse.net Git - vlc/commitdiff
get rid of unresolved symbols
authorPavlov Konstantin <thresh@videolan.org>
Wed, 12 Jul 2006 15:49:13 +0000 (15:49 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Wed, 12 Jul 2006 15:49:13 +0000 (15:49 +0000)
modules/gui/qt4/components/open.cpp

index 1df18c4ca41c223f8ed1d64bee5d92cfdd0fe0c3..bc2b74f832d5d3104c4bad7fa4042b5ec82d2ebf 100644 (file)
 
 #include "components/open.hpp"
 
+/**************************************************************************
+ * Open panel
+ ***************************************************************************/
+
+OpenPanel::~OpenPanel()
+{}
+
 /**************************************************************************
  * File open
  **************************************************************************/
@@ -35,6 +42,9 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
 FileOpenPanel::~FileOpenPanel()
 {}
 
+void FileOpenPanel::sendUpdate()
+{}
+
 QString FileOpenPanel::getUpdatedMRL()
 {
     return ui.fileInput->text();