X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.cpp;h=10146741224651594086b8c514b892f2ce2c20b2;hb=30677c1392b54604b01558cf29b44572731659fc;hp=3fb90ae760bac81287b6850353d06809dea01c5e;hpb=b5d20c6d003d853ad0828d15b365988519e73e88;p=pulseview.git diff --git a/pv/popups/channels.cpp b/pv/popups/channels.cpp index 3fb90ae..1014674 100644 --- a/pv/popups/channels.cpp +++ b/pv/popups/channels.cpp @@ -208,7 +208,7 @@ void Channels::showEvent(QShowEvent *event) try { QLabel* label = group_label_map_.at(group); label->setText(QString("

%1

").arg(group->name().c_str())); - } catch (out_of_range) { + } catch (out_of_range&) { // Do nothing } }