MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / openSyncthingConfigFile

Method openSyncthingConfigFile

syncthingwidgets/quick/app.cpp:830–833  ·  view source on GitHub ↗

! * \brief Opens the Syncthing config file in the standard editor. */

Source from the content-addressed store, hash-verified

828 * \brief Opens the Syncthing config file in the standard editor.
829 */
830bool App::openSyncthingConfigFile()
831{
832 return m_models.openPath(m_syncthingConfigDir + QStringLiteral("/config.xml"));
833}
834
835/*!
836 * \brief Opens the Syncthing log file in the standard editor.

Callers

nothing calls this directly

Calls 1

openPathMethod · 0.45

Tested by

no test coverage detected