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