X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fwidgets%2Fwellarray.cpp;h=fb674431c0e6a054613707ddbf33ff142541e5bc;hb=0715fb8c638b53ac25590841fcbf3a1da3546b68;hp=dcc3b417e146474a3b26cfea0f07d60ade86ccb6;hpb=1af53b66060975afe70055fb72265ff0922566da;p=pulseview.git diff --git a/pv/widgets/wellarray.cpp b/pv/widgets/wellarray.cpp index dcc3b417..fb674431 100644 --- a/pv/widgets/wellarray.cpp +++ b/pv/widgets/wellarray.cpp @@ -217,7 +217,7 @@ void QWellArray::setSelected(int row, int col) updateCell(oldRow, oldCol); updateCell(selRow, selCol); if (row >= 0) - emit selected(row, col); + Q_EMIT selected(row, col); } void QWellArray::focusInEvent(QFocusEvent*)