summaryrefslogtreecommitdiff
path: root/src/data/node.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-11-22 22:09:15 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-11-22 22:09:15 +0100
commitd6c0003f7589e83c8f9ac6734f9b27554358a9f5 (patch)
tree6f137e784cb0ee4f9caa1b17f0f2d78438d75a57 /src/data/node.h
parente51b93cac7213ffd6448f7c27070ac0da7e89b6f (diff)
deferred deletion for all (potential) listeners
Diffstat (limited to 'src/data/node.h')
-rw-r--r--src/data/node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/node.h b/src/data/node.h
index 490393d..c40627b 100644
--- a/src/data/node.h
+++ b/src/data/node.h
@@ -31,7 +31,6 @@ class Node : public QObject
Q_OBJECT
public:
explicit Node(QObject *parent = 0);
- ~Node();
Node *copy();