From: Torste Aikio Date: Mon, 24 May 2010 06:55:15 +0000 (+0300) Subject: Changed "Mute" button to actually send mute command X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=61967bc9b24b34305990e6fdbe23d078bc1178f6;p=irwi Changed "Mute" button to actually send mute command --- diff --git a/src/mainwidget.cpp b/src/mainwidget.cpp index 77a2de4..a3d8151 100644 --- a/src/mainwidget.cpp +++ b/src/mainwidget.cpp @@ -35,7 +35,7 @@ MainWidget::MainWidget (QWidget *parent) connect(buttons[2], SIGNAL(clicked(bool)), &irCtrl, SLOT(sendCmd2(bool))); connect(buttons[3], SIGNAL(clicked(bool)), &irCtrl, SLOT(sendCmd3(bool))); connect(buttons[4], SIGNAL(clicked(bool)), &irCtrl, SLOT(sendCmd4(bool))); - connect(buttons[5], SIGNAL(clicked()), this, SLOT(showSettingsDialog())); + connect(buttons[5], SIGNAL(clicked(bool)), &irCtrl, SLOT(sendCmd5(bool))); this->setContentsMargins(0, 0, 0, 0); layout->setContentsMargins(0, 0, 0, 0);