aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/changeset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/api/changeset.cpp')
-rw-r--r--src/lib/corelib/api/changeset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/api/changeset.cpp b/src/lib/corelib/api/changeset.cpp
index 0f69ca047..5d375fd65 100644
--- a/src/lib/corelib/api/changeset.cpp
+++ b/src/lib/corelib/api/changeset.cpp
@@ -364,7 +364,7 @@ QString ChangeSet::textAt(int pos, int length)
m_cursor->setPosition(pos + length, QTextCursor::KeepAnchor);
return m_cursor->selectedText();
}
- return QString();
+ return {};
}
void ChangeSet::apply_helper()