1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00

Use QStringLiteral when it make sense

This commit is contained in:
Jon Beniston 2020-11-24 13:51:35 +00:00
parent ce4920c936
commit 7dc0b53492

View File

@ -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) :