]> Some of my projects - localmylist.git/commitdiff
Add missing break
authorAPTX <marek321@gmail.com>
Sun, 8 Jul 2012 17:29:46 +0000 (19:29 +0200)
committerAPTX <marek321@gmail.com>
Sun, 8 Jul 2012 17:29:46 +0000 (19:29 +0200)
management-gui/mylistview.cpp

index 6f03eb153299129e1baff9e77f81d80fa1d5d659..86faeb588039a1d012ca213b4de75d6ef5a01c5c 100644 (file)
@@ -75,6 +75,7 @@ void MyListView::showCustomContextMenu(const QPoint &pos)
                                        << renameTestAction
                                        << renameFilesAction
                                        << requestDataAction;
+               break;
                case MyListModel::FileLocation:
                        aniDBLinkAction->setText(tr("Open AniDB Page (%1%2)").arg('f').arg(id));
                        actions << aniDBLinkAction