! * \brief Opens the Syncthing config file in the standard editor. */
| 828 | * \brief Opens the Syncthing config file in the standard editor. |
| 829 | */ |
| 830 | bool 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. |