From: Michal MalĂ˝ Date: Thu, 12 Mar 2015 23:27:55 +0000 (+0100) Subject: Move MainWindow::onCloseSingleRun() to proper place in MainWindow.cpp X-Git-Tag: 0.4b~8 X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=223ccb038ad4d8ded8be7569fe32b9af7cf94549;p=anyanka.git Move MainWindow::onCloseSingleRun() to proper place in MainWindow.cpp --- diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index f89b986..158a3c6 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -120,11 +120,6 @@ void MainWindow::onCleanDashboard() delete m_dashboard->widget(0); } -void MainWindow::onCloseSingleRun() -{ - emit singleRunClose(ui->qcbox_singleRun->currentText()); -} - void MainWindow::onSetActiveSequenceKey(const std::string& key) { const SequenceSelectorModel* model = static_cast(ui->qcbox_sequence->model()); @@ -165,6 +160,11 @@ void MainWindow::onCloseSequence() emit sequenceClose(ui->qcbox_sequence->currentText()); } +void MainWindow::onCloseSingleRun() +{ + emit singleRunClose(ui->qcbox_singleRun->currentText()); +} + void MainWindow::onIntegrateBaselineSelected() { emit integrateBaselineMode();