aboutsummaryrefslogtreecommitdiff
path: root/deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h')
-rw-r--r--deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h b/deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h
deleted file mode 100644
index fb3d72c2ae6a..000000000000
--- a/deskutils/syncthingtray/files/patch-syncthingtray_plasmoid_lib_syncthingapplet.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- syncthingtray/plasmoid/lib/syncthingapplet.h.orig 2024-04-02 09:09:30 UTC
-+++ syncthingtray/plasmoid/lib/syncthingapplet.h
-@@ -61,7 +61,9 @@ class SyncthingApplet : public Plasma::Applet {
- Q_PROPERTY(Data::SyncthingDownloadModel *downloadModel READ downloadModel NOTIFY downloadModelChanged)
- Q_PROPERTY(Data::SyncthingRecentChangesModel *recentChangesModel READ recentChangesModel NOTIFY recentChangesModelChanged)
- Q_PROPERTY(Data::SyncthingStatusSelectionModel *passiveSelectionModel READ passiveSelectionModel NOTIFY passiveSelectionModelChanged)
-+#ifdef LIB_SYNCTHING_CONNECTOR_SUPPORT_SYSTEMD
- Q_PROPERTY(Data::SyncthingService *service READ service NOTIFY serviceChanged)
-+#endif
- Q_PROPERTY(bool local READ isLocal NOTIFY localChanged)
- Q_PROPERTY(QString statusText READ statusText NOTIFY connectionStatusChanged)
- Q_PROPERTY(QString additionalStatusText READ additionalStatusText NOTIFY connectionStatusChanged)