projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e314eca
)
Explicitly initialise QObject in the copy constructor
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Wed, 16 Jan 2013 18:56:16 +0000
(18:56 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Wed, 16 Jan 2013 18:56:16 +0000
(18:56 +0000)
pv/view/timemarker.cpp
patch
|
blob
|
history
diff --git
a/pv/view/timemarker.cpp
b/pv/view/timemarker.cpp
index ec0ab9a4fe4f59857e47e0fcc7443747e3039a1c..8474791d485a31f888b1b68aa47b5b98617425c8 100644
(file)
--- a/
pv/view/timemarker.cpp
+++ b/
pv/view/timemarker.cpp
@@
-36,6
+36,7
@@
TimeMarker::TimeMarker(const View &view, const QColor &colour,
}
TimeMarker::TimeMarker(const TimeMarker &s) :
+ QObject(),
_view(s._view),
_colour(s._colour),
_time(s._time)