[k3b] [Bug 385676] New: k3b-master/src/projects/k3bvcdburndialog.cpp:62: lots of missing breaks ?

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Oct 12 19:43:54 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=385676

            Bug ID: 385676
           Summary: k3b-master/src/projects/k3bvcdburndialog.cpp:62: lots
                    of missing breaks ?
           Product: k3b
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: k3b at kde.org
          Reporter: dcb314 at hotmail.com
                CC: michalm at jabster.pl, trueg at kde.org
  Target Milestone: ---

switch ( m_vcdDoc->vcdType() ) {
    case K3b::VcdDoc::VCD11:
        vcdType = i18n( "Video CD (Version 1.1)" );
    case K3b::VcdDoc::VCD20:
        vcdType = i18n( "Video CD (Version 2.0)" );
    case K3b::VcdDoc::SVCD10:
        vcdType = i18n( "Super Video CD" );
    case K3b::VcdDoc::HQVCD:
        vcdType = i18n( "High-Quality Video CD" );
    default:
        vcdType = i18n( "Video CD" );
    }

Whoever wrote this seemingly didn't test it AND isn't very
familiar with coding in C++.

Suggest code rework, preferably by an experienced C++ programmer.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the k3b mailing list