projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba4ca3
)
Tidied whitespace
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 3 Mar 2013 14:40:58 +0000
(14:40 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 3 Mar 2013 16:50:09 +0000
(16:50 +0000)
pv/samplingbar.cpp
patch
|
blob
|
history
diff --git
a/pv/samplingbar.cpp
b/pv/samplingbar.cpp
index e46a39725b56de89aeb2cb156c54b9aee4a9e49d..877957847b099c0ffefc4b55cbabb760b884f635 100644
(file)
--- a/
pv/samplingbar.cpp
+++ b/
pv/samplingbar.cpp
@@
-138,7
+138,7
@@
uint64_t SamplingBar::get_sample_rate() const
const int index = _sample_rate_list.currentIndex();
if (index < 0)
return 0;
-
+
return _sample_rate_list.itemData(index).value<uint64_t>();
}