Reduce allocations using QStringLiteral
This commit is contained in:
parent
a3c4ebc460
commit
d8ead9573b
46 changed files with 539 additions and 539 deletions
|
|
@ -26,7 +26,7 @@ getJdenticonInterface()
|
|||
static bool interfaceExists{true};
|
||||
|
||||
if (interface == nullptr && interfaceExists) {
|
||||
QPluginLoader pluginLoader("qtjdenticon");
|
||||
QPluginLoader pluginLoader(QStringLiteral("qtjdenticon"));
|
||||
QObject *plugin = pluginLoader.instance();
|
||||
if (plugin) {
|
||||
interface = qobject_cast<JdenticonInterface *>(plugin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue