mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Use QStringLiteral when it make sense
This commit is contained in:
@@ -31,13 +31,13 @@
|
||||
class DeviceAPI;
|
||||
|
||||
const PluginDescriptor PlutoSDRInputPlugin::m_pluginDescriptor = {
|
||||
QString("PlutoSDR"),
|
||||
QString("PlutoSDR Input"),
|
||||
QString("4.19.0"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
QStringLiteral("PlutoSDR"),
|
||||
QStringLiteral("PlutoSDR Input"),
|
||||
QStringLiteral("4.19.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
QString("https://github.com/f4exb/sdrangel")
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel")
|
||||
};
|
||||
|
||||
const QString PlutoSDRInputPlugin::m_hardwareID = "PlutoSDR";
|
||||
|
||||
Reference in New Issue
Block a user