From: Pavlov Konstantin Date: Wed, 12 Jul 2006 15:49:13 +0000 (+0000) Subject: get rid of unresolved symbols X-Git-Tag: 0.9.0-test0~10875 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c69f698af16d3398873d5cbd8ee520dc794408b4;p=vlc get rid of unresolved symbols --- diff --git a/modules/gui/qt4/components/open.cpp b/modules/gui/qt4/components/open.cpp index 1df18c4ca4..bc2b74f832 100644 --- a/modules/gui/qt4/components/open.cpp +++ b/modules/gui/qt4/components/open.cpp @@ -23,6 +23,13 @@ #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();