mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
Use QStringLiteral when it make sense
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
#include "bladerf2mimowebapiadapter.h"
|
||||
|
||||
const PluginDescriptor BladeRF2MIMOPlugin::m_pluginDescriptor = {
|
||||
QString("BladeRF2"),
|
||||
QString("BladeRF2 MIMO"),
|
||||
QString("6.0.0"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
QStringLiteral("BladeRF2"),
|
||||
QStringLiteral("BladeRF2 MIMO"),
|
||||
QStringLiteral("6.0.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 BladeRF2MIMOPlugin::m_hardwareID = "BladeRF2";
|
||||
|
||||
Reference in New Issue
Block a user