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:
parent
ce4920c936
commit
7dc0b53492
@ -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) :
|
||||
|
Loading…
Reference in New Issue
Block a user