remove useless
This commit is contained in:
parent
d50e3ddd39
commit
010c5573c3
|
@ -46,7 +46,6 @@ bool DeviceFrame::eventFilter(QObject *w,QEvent *e)
|
|||
{
|
||||
if (w == deviceSwitch) {
|
||||
if (e->type() == QEvent::MouseButtonPress) {
|
||||
qDebug() << "~~~~~~~~~~~~~~~~~~~~";
|
||||
emit deviceSwitchClicked(!deviceSwitch->isChecked());
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue