Start index at 0
This commit is contained in:
parent
8c33d16122
commit
1690eadfae
2
web.cpp
2
web.cpp
@ -64,7 +64,7 @@ void Web::siteHtml()
|
|||||||
<ul>
|
<ul>
|
||||||
)";
|
)";
|
||||||
|
|
||||||
int index = 1;
|
int index = 0;
|
||||||
for (const Path* p : list) {
|
for (const Path* p : list) {
|
||||||
QString fileName = QString("parcours%1.html").arg(index);
|
QString fileName = QString("parcours%1.html").arg(index);
|
||||||
QString name = p->getName();
|
QString name = p->getName();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user