From 7dc0b534922ae08503dc117ac02f69a2ea44201d Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Tue, 24 Nov 2020 13:51:35 +0000 Subject: [PATCH] Use QStringLiteral when it make sense --- plugins/channelrx/demodvor/vordemodplugin.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/channelrx/demodvor/vordemodplugin.cpp b/plugins/channelrx/demodvor/vordemodplugin.cpp index c070d4f89..36830b287 100644 --- a/plugins/channelrx/demodvor/vordemodplugin.cpp +++ b/plugins/channelrx/demodvor/vordemodplugin.cpp @@ -28,12 +28,12 @@ const PluginDescriptor VORDemodPlugin::m_pluginDescriptor = { VORDemod::m_channelId, - QString("VOR Demodulator"), - QString("6.1.0"), - QString("(c) Jon Beniston, M7RCE"), - QString("https://github.com/f4exb/sdrangel"), + QStringLiteral("VOR Demodulator"), + QStringLiteral("6.1.0"), + QStringLiteral("(c) Jon Beniston, M7RCE"), + QStringLiteral("https://github.com/f4exb/sdrangel"), true, - QString("https://github.com/f4exb/sdrangel") + QStringLiteral("https://github.com/f4exb/sdrangel") }; VORDemodPlugin::VORDemodPlugin(QObject* parent) :