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:
@@ -29,13 +29,13 @@
|
||||
#include "fcdtraits.h"
|
||||
|
||||
const PluginDescriptor FCDProPlugin::m_pluginDescriptor = {
|
||||
QString("FCDPro"),
|
||||
QString(fcd_traits<Pro>::pluginDisplayedName),
|
||||
QString(fcd_traits<Pro>::pluginVersion),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
QStringLiteral("FCDPro"),
|
||||
fcd_traits<Pro>::pluginDisplayedName,
|
||||
fcd_traits<Pro>::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")
|
||||
};
|
||||
|
||||
FCDProPlugin::FCDProPlugin(QObject* parent) :
|
||||
|
||||
Reference in New Issue
Block a user