From 4e61f77932127f7acedc5d787f634fc4b2473597 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 1 Nov 2023 21:15:35 +0100 Subject: [PATCH] Fix guiUrl property of SyncthingLauncher --- syncthingwidgets/misc/syncthinglauncher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthingwidgets/misc/syncthinglauncher.h b/syncthingwidgets/misc/syncthinglauncher.h index c87f3e5..275a781 100644 --- a/syncthingwidgets/misc/syncthinglauncher.h +++ b/syncthingwidgets/misc/syncthinglauncher.h @@ -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: