]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/wellarray.h
Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / widgets / wellarray.h
index dad088ccc53be0f47ee6aa4b076897457f27208b..ebe3c00019023c7370c060ef3a59d6ba6319269c 100644 (file)
@@ -104,7 +104,7 @@ public:
 
     inline void updateCell(int row, int column) { update(cellGeometry(row, column)); }
 
-signals:
+Q_SIGNALS:
     void selected(int row, int col);
 
 protected: