aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomindentinglinewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldom/qqmldomindentinglinewriter.cpp')
-rw-r--r--src/qmldom/qqmldomindentinglinewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmldom/qqmldomindentinglinewriter.cpp b/src/qmldom/qqmldomindentinglinewriter.cpp
index 734a56943f..99f81c1717 100644
--- a/src/qmldom/qqmldomindentinglinewriter.cpp
+++ b/src/qmldom/qqmldomindentinglinewriter.cpp
@@ -24,7 +24,7 @@ void IndentingLineWriter::willCommit()
m_preCachedStatus = fStatus().currentStatus;
}
-void IndentingLineWriter::reindentAndSplit(QString eol, bool eof)
+void IndentingLineWriter::reindentAndSplit(const QString &eol, bool eof)
{
bool shouldReindent = m_reindent;
indentAgain: