projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35fbb04
)
MainWindow: Added missing definition of action_view_coloured_bg
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 2 Jan 2016 16:17:45 +0000
(16:17 +0000)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 3 Jan 2016 19:09:30 +0000
(20:09 +0100)
pv/mainwindow.cpp
patch
|
blob
|
history
diff --git
a/pv/mainwindow.cpp
b/pv/mainwindow.cpp
index 3c5af937fda9546eaf67e84b08a04eb819e41861..912ed607f200bc431e9772c2514b8d186dd3917b 100644
(file)
--- a/
pv/mainwindow.cpp
+++ b/
pv/mainwindow.cpp
@@
-177,6
+177,11
@@
QAction* MainWindow::action_view_sticky_scrolling() const
return action_view_sticky_scrolling_;
}
+QAction* MainWindow::action_view_coloured_bg() const
+{
+ return action_view_coloured_bg_;
+}
+
QAction* MainWindow::action_view_show_cursors() const
{
return action_view_show_cursors_;