1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -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,13 +29,13 @@
#include "fcdtraits.h"
const PluginDescriptor FCDProPlusPlugin::m_pluginDescriptor = {
QString("FCDProPlus"),
QString(fcd_traits<ProPlus>::pluginDisplayedName),
QString(fcd_traits<ProPlus>::pluginVersion),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
QStringLiteral("FCDProPlus"),
fcd_traits<ProPlus>::pluginDisplayedName,
fcd_traits<ProPlus>::pluginVersion,
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 FCDProPlusPlugin::m_deviceTypeID = FCDPROPLUS_DEVICE_TYPE_ID;