Skip to content

Commit

Permalink
Delete non-used code
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Feb 7, 2021
1 parent 5ac7c84 commit 108368d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions gui/TextBrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ class TextBrowser : public QTextBrowser

void setBrowser(const QString& browserLocation);

void setProcess(QProcess* process);


void setParent(QMainWindow* mainWindow);

void setFestivalEnable(int f);
Expand Down
5 changes: 0 additions & 5 deletions gui/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ class Main : public QMainWindow, Ui::Main
void buscar();

private:

//TrayIcon trayicon;

//static Main* ptr_main;

HTTPConnection *m_http;
QProcess m_festival;

Expand Down

0 comments on commit 108368d

Please sign in to comment.