MCPcopy Create free account
hub / github.com/KDE/labplot / setLocalSocketName

Method setLocalSocketName

src/backend/datasources/LiveDataSource.cpp:178–180  ·  view source on GitHub ↗

! * \brief Sets the local socket's server name to name * \param name */

Source from the content-addressed store, hash-verified

176 * \param name
177 */
178void LiveDataSource::setLocalSocketName(const QString& name) {
179 m_localSocketName = name;
180}
181
182QString LiveDataSource::localSocketName() const {
183 return m_localSocketName;

Callers 1

saveSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected