projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafe470
)
Don't use redundant void argument.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 21 Mar 2017 21:38:59 +0000
(22:38 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 23 Mar 2017 16:59:00 +0000
(17:59 +0100)
This patch was generated using clang-tidy:
clang-tidy -checks="-*,modernize-redundant-void-arg" -fix
pv/views/trace/standardbar.hpp
patch
|
blob
|
history
diff --git
a/pv/views/trace/standardbar.hpp
b/pv/views/trace/standardbar.hpp
index f96d8bfe0ed8535e4f336f7ace7bb622233c7878..c00c218d82f3eb2a484cb029129c8da9bf6ff8c0 100644
(file)
--- a/
pv/views/trace/standardbar.hpp
+++ b/
pv/views/trace/standardbar.hpp
@@
-50,7
+50,7
@@
public:
StandardBar(Session &session, QWidget *parent,
TraceView::View *view, bool add_default_widgets=true);
- Session &session(
void
) const;
+ Session &session() const;
QAction* action_view_zoom_in() const;
QAction* action_view_zoom_out() const;