X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.cpp;h=04a7ccec9723c999cea7b23bae94db1a25c03eee;hp=7617552731f0280b4544c68b7f9832171af57dcf;hb=b571a8e7e0dc3e3b6daa58f27050e76466f006dd;hpb=c063290ac7189bdd15221450f598504f43286b43 diff --git a/pv/widgets/wellarray.cpp b/pv/widgets/wellarray.cpp index 76175527..04a7ccec 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*) @@ -292,5 +292,5 @@ void WellArray::keyPressEvent(QKeyEvent* event) } -} // namespace wellarray +} // namespace widgets } // namespace pv