X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.cpp;h=26c257acd691c20f09b3f2d665855c64c6990d66;hp=dcc3b417e146474a3b26cfea0f07d60ade86ccb6;hb=2acdb232d6bb452cfdfaea3ef5218fb4da592329;hpb=1af53b66060975afe70055fb72265ff0922566da diff --git a/pv/widgets/wellarray.cpp b/pv/widgets/wellarray.cpp index dcc3b417..26c257ac 100644 --- a/pv/widgets/wellarray.cpp +++ b/pv/widgets/wellarray.cpp @@ -44,7 +44,7 @@ #include #include -#include "wellarray.h" +#include "wellarray.hpp" void QWellArray::paintEvent(QPaintEvent *e) { @@ -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*)