X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.cpp;h=433a7f5ec60c0f27e25e6e8245c5a6049c96c1e0;hb=HEAD;hp=4e3382ba9153c90a2bcc962f03bdd7872e22a39a;hpb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;p=pulseview.git diff --git a/pv/widgets/wellarray.cpp b/pv/widgets/wellarray.cpp index 4e3382ba..655ad87e 100644 --- a/pv/widgets/wellarray.cpp +++ b/pv/widgets/wellarray.cpp @@ -39,8 +39,8 @@ ** ****************************************************************************/ -#include #include +#include #include #include @@ -220,7 +220,7 @@ void WellArray::setSelected(int row, int col) updateCell(oldRow, oldCol); updateCell(selRow, selCol); if (row >= 0) - Q_EMIT selected(row, col); + selected(row, col); } void WellArray::focusInEvent(QFocusEvent*) @@ -252,7 +252,6 @@ QBrush WellArray::cellBrush(int row, int col) } - /*!\reimp */