mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 13:04:17 -04:00
Use QStringLiteral when it make sense
This commit is contained in:
@@ -29,12 +29,12 @@
|
||||
|
||||
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
|
||||
ADSBDemod::m_channelId,
|
||||
QString("ADS-B Demodulator"),
|
||||
QString("6.0.0"),
|
||||
QString("(c) Jon Beniston, M7RCE"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
QStringLiteral("ADS-B Demodulator"),
|
||||
QStringLiteral("6.0.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")
|
||||
};
|
||||
|
||||
ADSBPlugin::ADSBPlugin(QObject* parent) :
|
||||
|
||||
Reference in New Issue
Block a user