]> Devoid-pointer.net GitWeb - anyanka.git/commitdiff
Move MainWindow::onCloseSingleRun() to proper place in MainWindow.cpp
authorMichal Malý <madcatxster@devoid-pointer.net>
Thu, 12 Mar 2015 23:27:55 +0000 (00:27 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Thu, 12 Mar 2015 23:27:55 +0000 (00:27 +0100)
gui/mainwindow.cpp

index f89b986faf5b4fe2798b5f6f16ec38e1b1dc1c78..158a3c65c7a126f876e97b128ec3b0252a6a088d 100644 (file)
@@ -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<const SequenceSelectorModel*>(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();