X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.cpp;h=fb674431c0e6a054613707ddbf33ff142541e5bc;hb=2b334bb4078d6e74e8ed4e3460c6596344dd9c8d;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*)