]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/dolphinmainwindowtest.cpp
refactor: replace QString() with QStringLiteral() for better performance
[dolphin.git] / src / tests / dolphinmainwindowtest.cpp
index 61a72ad51b055d92e2f00ceb9b520031d196c02f..8fd5be7cba8a10a30b18d14331e71bbb2a98cc3d 100644 (file)
@@ -749,7 +749,7 @@ void DolphinMainWindowTest::testAccessibilityAncestorTree()
             }
             while (accessibleInterface != accessibleInterfaceOfMainWindow) {
                 QVERIFY2(accessibleInterface,
-                         qPrintable(QString("%1's accessibleInterface or one of its accessible children doesn't have the main window as an ancestor.")
+                         qPrintable(QStringLiteral("%1's accessibleInterface or one of its accessible children doesn't have the main window as an ancestor.")
                                         .arg(currentlyFocusedObject->metaObject()->className())));
                 accessibleInterface = accessibleInterface->parent();
             }