aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/popupwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/popupwidget.cpp')
-rw-r--r--HomeScreen/src/popupwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/HomeScreen/src/popupwidget.cpp b/HomeScreen/src/popupwidget.cpp
index 6f7d9cb..6cf00b1 100644
--- a/HomeScreen/src/popupwidget.cpp
+++ b/HomeScreen/src/popupwidget.cpp
@@ -85,7 +85,7 @@ void PopupWidget::on_pushButton_OK_clicked()
{
if (m_sendComboBoxChoice)
{
- comboBoxResult(mp_ui->comboBox_choice->currentText());
+ emit comboBoxResult(mp_ui->comboBox_choice->currentText());
m_sendComboBoxChoice = false;
}
this->close();