X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizardmenu.h;h=d5daa98964c699b99d8c08a06b92e6db63cfa4da;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=c4496b2f2411296f175c311a84a2e137a473430d;hpb=20ceaabff94330507020776d9d6b43108db508d4;p=kdenlive diff --git a/src/dvdwizardmenu.h b/src/dvdwizardmenu.h index c4496b2f..d5daa989 100644 --- a/src/dvdwizardmenu.h +++ b/src/dvdwizardmenu.h @@ -136,7 +136,8 @@ protected: list.removeAll(this); if (!list.isEmpty()) { for (int i = 0; i < list.count(); ++i) { - if (list.at(i)->type() == Type) return pos(); + if (list.at(i)->type() == Type) + return pos(); } } return newPos;