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:
@@ -29,13 +29,13 @@
|
||||
#include "testsourcewebapiadapter.h"
|
||||
|
||||
const PluginDescriptor TestSourcePlugin::m_pluginDescriptor = {
|
||||
QString("TestSource"),
|
||||
QString("Test Source input"),
|
||||
QString("4.21.1"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
QStringLiteral("TestSource"),
|
||||
QStringLiteral("Test Source input"),
|
||||
QStringLiteral("4.21.1"),
|
||||
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 TestSourcePlugin::m_hardwareID = "TestSource";
|
||||
|
||||
Reference in New Issue
Block a user