Commit c69f698a authored by Pavlov Konstantin's avatar Pavlov Konstantin

get rid of unresolved symbols

parent 5aac3e5a
...@@ -23,6 +23,13 @@ ...@@ -23,6 +23,13 @@
#include "components/open.hpp" #include "components/open.hpp"
/**************************************************************************
* Open panel
***************************************************************************/
OpenPanel::~OpenPanel()
{}
/************************************************************************** /**************************************************************************
* File open * File open
**************************************************************************/ **************************************************************************/
...@@ -35,6 +42,9 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) : ...@@ -35,6 +42,9 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
FileOpenPanel::~FileOpenPanel() FileOpenPanel::~FileOpenPanel()
{} {}
void FileOpenPanel::sendUpdate()
{}
QString FileOpenPanel::getUpdatedMRL() QString FileOpenPanel::getUpdatedMRL()
{ {
return ui.fileInput->text(); return ui.fileInput->text();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment