summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/aspects/qaspectengine.cpp')
-rw-r--r--src/core/aspects/qaspectengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/aspects/qaspectengine.cpp b/src/core/aspects/qaspectengine.cpp
index 3f219597e..222c4c2af 100644
--- a/src/core/aspects/qaspectengine.cpp
+++ b/src/core/aspects/qaspectengine.cpp
@@ -381,9 +381,9 @@ QVariant QAspectEngine::executeCommand(const QString &command)
{
Q_D(QAspectEngine);
- if (command == QLatin1Literal("list aspects")) {
+ if (command == QLatin1String("list aspects")) {
if (d->m_aspects.isEmpty())
- return QLatin1Literal("No loaded aspect");
+ return QLatin1String("No loaded aspect");
QString reply;
reply += QLatin1String("Loaded aspects:");