X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.cpp;h=10146741224651594086b8c514b892f2ce2c20b2;hp=3fb90ae760bac81287b6850353d06809dea01c5e;hb=30677c1392b54604b01558cf29b44572731659fc;hpb=bf84211be02b096646cf28cf9dc7480029e4f439 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 } }