mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Avoid global QString init in plugins
This workarounds issue with LTO with GCC #716
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
MESSAGE_CLASS_DEFINITION(RigCtlServer::MsgConfigureRigCtlServer, Message)
|
||||
MESSAGE_CLASS_DEFINITION(RigCtlServer::MsgStartStop, Message)
|
||||
|
||||
const QString RigCtlServer::m_featureIdURI = "sdrangel.feature.rigctlserver";
|
||||
const QString RigCtlServer::m_featureId = "RigCtlServer";
|
||||
const char* const RigCtlServer::m_featureIdURI = "sdrangel.feature.rigctlserver";
|
||||
const char* const RigCtlServer::m_featureId = "RigCtlServer";
|
||||
|
||||
RigCtlServer::RigCtlServer(WebAPIAdapterInterface *webAPIAdapterInterface) :
|
||||
Feature(m_featureIdURI, webAPIAdapterInterface),
|
||||
|
||||
Reference in New Issue
Block a user