]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/wellarray.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / widgets / wellarray.cpp
index 433a7f5ec60c0f27e25e6e8245c5a6049c96c1e0..655ad87ef5639d8f9d11b14686b73eacbe0587f7 100644 (file)
@@ -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
 */