X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.cpp;fp=pv%2Fwidgets%2Fwellarray.cpp;h=fb674431c0e6a054613707ddbf33ff142541e5bc;hp=dcc3b417e146474a3b26cfea0f07d60ade86ccb6;hb=e9213170687cf4afd14e20acdc690ff9381d94ae;hpb=0b8e35218a328079bd8b88ab5b4bc18ead473d06 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*)