aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/cvseditor.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2023-08-02 11:55:45 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2023-08-02 11:30:15 +0000
commitd45ece173298ac1f7ab73f3555160e1aef648c4b (patch)
treeda5279dd0dd1bc7436cfafc83dd3642ec27d1f0b /src/plugins/cvs/cvseditor.cpp
parent88926ed1a8cfebdbefb628e33ad9129088e9c75b (diff)
Bazaar, Cvs, Fossil, Mercurial, Perforce, Svn: Simplify returns
Change-Id: Ic0d6a7510a26a4a9db180594f140156b036c5090 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cvs/cvseditor.cpp')
-rw-r--r--src/plugins/cvs/cvseditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvseditor.cpp b/src/plugins/cvs/cvseditor.cpp
index 0a9298bd47e..d28144e3146 100644
--- a/src/plugins/cvs/cvseditor.cpp
+++ b/src/plugins/cvs/cvseditor.cpp
@@ -90,7 +90,7 @@ QString CvsEditorWidget::changeUnderCursor(const QTextCursor &c) const
}
break;
}
- return QString();
+ return {};
}
VcsBase::BaseAnnotationHighlighter *CvsEditorWidget::createAnnotationHighlighter(const QSet<QString> &changes) const