projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb419fd
)
MarginWidget: Removed unused geometry_updated signal
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Wed, 5 Nov 2014 21:31:56 +0000
(21:31 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Wed, 19 Nov 2014 10:23:31 +0000
(10:23 +0000)
pv/view/marginwidget.h
patch
|
blob
|
history
diff --git
a/pv/view/marginwidget.h
b/pv/view/marginwidget.h
index 7811d80aa6d85f46829542b3d3f7c299e2cd2d89..88014c7682e29783b6e0c67195b7c3c9ac8ee422 100644
(file)
--- a/
pv/view/marginwidget.h
+++ b/
pv/view/marginwidget.h
@@
-41,8
+41,6
@@
public Q_SLOTS:
Q_SIGNALS:
void selection_changed();
- void geometry_updated();
-
protected:
pv::view::View &_view;
};