Use QStringLiteral when it make sense

This commit is contained in:
Kacper Michajłow
2020-11-22 04:05:04 +01:00
parent 74d0c74830
commit cf70d9430f
75 changed files with 417 additions and 417 deletions
@@ -29,13 +29,13 @@
#include "limesdrmimowebapiadapter.h"
const PluginDescriptor LimeSDRMIMOPlugin::m_pluginDescriptor = {
QString("LimeSDR"),
QString("LimeSDR MIMO"),
QString("6.0.0"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR 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 LimeSDRMIMOPlugin::m_hardwareID = "LimeSDR";