X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizardmenu.h;h=d5daa98964c699b99d8c08a06b92e6db63cfa4da;hb=4f9bd66f4c236423b440b10ae1e543d162cec0ed;hp=c4496b2f2411296f175c311a84a2e137a473430d;hpb=bf036e23649237928fad4902a9cf1728e6d5c588;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;