Fix guiUrl property of SyncthingLauncher

This commit is contained in:
Martchus 2023-11-01 21:15:35 +01:00
parent 9861191ad1
commit 4e61f77932
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class SYNCTHINGWIDGETS_EXPORT SyncthingLauncher : public QObject {
Q_PROPERTY(CppUtilities::DateTime activeSince READ activeSince)
Q_PROPERTY(bool manuallyStopped READ isManuallyStopped)
Q_PROPERTY(bool emittingOutput READ isEmittingOutput WRITE setEmittingOutput)
Q_PROPERTY(QUrl guiUrl READ guiUrl WRITE guiUrlChanged)
Q_PROPERTY(QUrl guiUrl READ guiUrl NOTIFY guiUrlChanged)
Q_PROPERTY(SyncthingProcess *process READ process)
public: