1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Use QStringLiteral when it make sense

This commit is contained in:
Kacper Michajłow
2020-11-21 15:38:04 +01:00
parent 74d0c74830
commit cf70d9430f
75 changed files with 417 additions and 417 deletions
@@ -29,12 +29,12 @@
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
GS232Controller::m_featureId,
QString("GS-232 Rotator Controller"),
QString("4.21.0"),
QString("(c) Jon Beniston, M7RCE"),
QString("https://github.com/f4exb/sdrangel"),
QStringLiteral("GS-232 Rotator Controller"),
QStringLiteral("4.21.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")
};
GS232ControllerPlugin::GS232ControllerPlugin(QObject* parent) :