Skip to content

Commit 3519807

Browse files
Fix compile issues
1 parent 45056d9 commit 3519807

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

DSView/pv/view/dsosignal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ namespace view {
4040

4141
class DsoSignal : public Signal
4242
{
43-
Q_OBJECT
44-
4543
private:
4644
static const QColor SignalColours[4];
4745
static const float EnvelopeThreshold;

DSView/pv/view/signal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ namespace view {
5252

5353
class Signal : public Trace
5454
{
55-
Q_OBJECT
56-
5755
private:
5856

5957

0 commit comments

Comments
 (0)