mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add FileProviderEditLocallyPtr type
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
834e0965ee
commit
7ee296acdb
@ -21,6 +21,9 @@
|
||||
|
||||
namespace OCC::Mac {
|
||||
|
||||
class FileProviderEditLocallyJob;
|
||||
using FileProviderEditLocallyJobPtr = QSharedPointer<FileProviderEditLocallyJob>;
|
||||
|
||||
class FileProviderEditLocallyJob : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user