X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fpopupwidget.cpp;h=6cf00b188bc219c5daed07d52ae8c5bdd0bb1bb0;hb=refs%2Fchanges%2F67%2F7367%2F2;hp=6f7d9cb59b7b98725df52c800b96ef984207a205;hpb=2b94dd47aba5912bfb4fcb3bf3482b049d87a245;p=staging%2FHomeScreen.git 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();