projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d20a74
)
Removed single decoder limitation
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 13 Oct 2013 13:56:33 +0000
(14:56 +0100)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sun, 13 Oct 2013 13:56:33 +0000
(14:56 +0100)
pv/sigsession.cpp
patch
|
blob
|
history
diff --git
a/pv/sigsession.cpp
b/pv/sigsession.cpp
index 1099ad46704c77b1ba12fb38ad9a1d61cf645ee7..a69f068e804f3d249ec831f59395e5dcec31904e 100644
(file)
--- a/
pv/sigsession.cpp
+++ b/
pv/sigsession.cpp
@@
-201,12
+201,6
@@
void SigSession::add_decoder(srd_decoder *const dec,
{
lock_guard<mutex> lock(_signals_mutex);
- if (!_decode_traces.empty()) {
- qDebug("Currently only one decode trace can be added "
- "at once");
- _decode_traces.clear();
- }
-
shared_ptr<data::Decoder> decoder(
new data::Decoder(dec, probes, options));
shared_ptr<view::DecodeSignal> d(