projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0c0b38
)
RowItem: Derrive from std::enable_shared_from_this
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 2 Nov 2014 19:05:33 +0000
(19:05 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Wed, 19 Nov 2014 10:23:03 +0000
(10:23 +0000)
pv/view/rowitem.h
patch
|
blob
|
history
diff --git
a/pv/view/rowitem.h
b/pv/view/rowitem.h
index 6b23162f5808a56c8526115fdfe2c8a7b7fb0b5d..2133db878188ba906f17619d2d8a1c06fb250f06 100644
(file)
--- a/
pv/view/rowitem.h
+++ b/
pv/view/rowitem.h
@@
-21,6
+21,8
@@
#ifndef PULSEVIEW_PV_VIEW_HEADERITEM_H
#define PULSEVIEW_PV_VIEW_HEADERITEM_H
+#include <memory>
+
#include "selectableitem.h"
namespace pv {
@@
-28,7
+30,8
@@
namespace view {
class RowItemOwner;
-class RowItem : public SelectableItem
+class RowItem : public SelectableItem,
+ public std::enable_shared_from_this<pv::view::RowItem>
{
Q_OBJECT