prepend 'emit' keyword whenever emiting signal
[staging/HomeScreen.git] / HomeScreen / src / popupwidget.cpp
index 6f7d9cb..6cf00b1 100644 (file)
@@ -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();