aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2023-10-16 19:56:53 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2023-10-19 11:10:23 +0000
commit5cb40870b105a755e86c50b1784aed29deafce2d (patch)
tree2669ece4b572f4129da681ad6220b9ac1d3af69f /src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
parentaee3d9323719c5bbc5bf11a222372bc4eb6b28fb (diff)
Tr: Fix some source texts
Change-Id: I06458b177af2691a362368faed2b6bea3883a2f5 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp')
-rw-r--r--src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
index feac4e70fa..21664ea140 100644
--- a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
+++ b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
@@ -449,7 +449,7 @@ F2TestCase::F2TestCase(CppEditorAction action,
first.text = "<base declaration>";
expectedImmediate << first;
}
- expectedImmediate << OverrideItem(QLatin1String("collecting overrides ..."));
+ expectedImmediate << OverrideItem(QLatin1String("collecting overrides..."));
}
QCOMPARE(immediateVirtualSymbolResults, expectedImmediate);
if (useClangd) {