projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa79222
)
ViewItem: Make drag_release virtual
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 4 Oct 2015 21:56:30 +0000
(15:56 -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 82851e5c2685571b0b063d1c2c816a98299f5234..b408ec2f5fbcf5a740b65900003e4329b91a8499 100644
(file)
--- a/
pv/view/viewitem.hpp
+++ b/
pv/view/viewitem.hpp
@@
-81,7
+81,7
@@
public:
/**
* Sets this item into the un-dragged state.
*/
- void drag_release();
+ v
irtual v
oid drag_release();
/**
* Drags the item to a delta relative to the drag point.