summaryrefslogtreecommitdiff
path: root/src/qdoc/atom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/atom.cpp')
-rw-r--r--src/qdoc/atom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/atom.cpp b/src/qdoc/atom.cpp
index dff90b299..ecbea2013 100644
--- a/src/qdoc/atom.cpp
+++ b/src/qdoc/atom.cpp
@@ -334,7 +334,7 @@ QString Atom::typeString() const
while (atms[i].english != nullptr) {
if (atms[i].no != i)
Location::internalError(QCoreApplication::translate("QDoc::Atom", "atom %1 missing").arg(i));
- i++;
+ ++i;
}
deja = true;
}