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