projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf80cfa
)
ViewItem: Make select virtual
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Wed, 14 Oct 2015 03:21:32 +0000
(21:21 -0600)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 18 Oct 2015 21:32:29 +0000
(15:32 -0600)
pv/view/viewitem.hpp
patch
|
blob
|
history
diff --git
a/pv/view/viewitem.hpp
b/pv/view/viewitem.hpp
index b408ec2f5fbcf5a740b65900003e4329b91a8499..ac404ceaa415c21c72a55834633569c99eb57e85 100644
(file)
--- a/
pv/view/viewitem.hpp
+++ b/
pv/view/viewitem.hpp
@@
-66,7
+66,7
@@
public:
/**
* Selects or deselects the signal.
*/
- void select(bool select = true);
+ v
irtual v
oid select(bool select = true);
/**
* Returns true if the item is being dragged.