summaryrefslogtreecommitdiffstats
path: root/src/qdoc/quoter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/quoter.cpp')
-rw-r--r--src/qdoc/quoter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/quoter.cpp b/src/qdoc/quoter.cpp
index a313ab5c5..fcdc6dee1 100644
--- a/src/qdoc/quoter.cpp
+++ b/src/qdoc/quoter.cpp
@@ -134,7 +134,7 @@ void Quoter::reset()
silent = false;
plainLines.clear();
markedLines.clear();
- codeLocation = Location::null;
+ codeLocation = Location();
}
void Quoter::quoteFromFile(const QString &userFriendlyFilePath, const QString &plainCode,