From 7ee296acdb68c514f1e84a22f20da3a24d2a90eb Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 28 May 2024 18:31:18 +0800 Subject: [PATCH] Add FileProviderEditLocallyPtr type Signed-off-by: Claudio Cambra --- src/gui/macOS/fileprovidereditlocallyjob.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/macOS/fileprovidereditlocallyjob.h b/src/gui/macOS/fileprovidereditlocallyjob.h index 5c0c9d85db..0300e14faf 100644 --- a/src/gui/macOS/fileprovidereditlocallyjob.h +++ b/src/gui/macOS/fileprovidereditlocallyjob.h @@ -21,6 +21,9 @@ namespace OCC::Mac { +class FileProviderEditLocallyJob; +using FileProviderEditLocallyJobPtr = QSharedPointer; + class FileProviderEditLocallyJob : public QObject { Q_OBJECT