Skip to content

Commit

Permalink
Removed orphaned slot (qwt-related)
Browse files Browse the repository at this point in the history
  • Loading branch information
Becker-Asano committed Apr 7, 2017
1 parent 963d207 commit 04741e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wasabiqtwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ WASABIQtWindow::WASABIQtWindow(QWidget *parent) :
ui->lineEditReceiverPort->setText(str);
connect(ui->actionAbout, SIGNAL(triggered()), SLOT(actionAbout()) );
connect(ui->actionPAD_space, SIGNAL(triggered()), SLOT(actionPAD_space()) );
connect(ui->actionPlot, SIGNAL(triggered()), SLOT(actionPlot()) );
}

WASABIQtWindow::~WASABIQtWindow()
Expand Down

0 comments on commit 04741e0

Please sign in to comment.