mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add file provider socket state struct
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
da7c511a8e
commit
fd7f1ce0fc
@ -29,6 +29,11 @@ using FileProviderSocketControllerPtr = QPointer<FileProviderSocketController>;
|
||||
|
||||
QString fileProviderSocketPath();
|
||||
|
||||
struct FileProviderSocketState {
|
||||
bool connected;
|
||||
SyncResult::Status latestStatus;
|
||||
} typedef FileProviderSocketState;
|
||||
|
||||
/*
|
||||
* Establishes communication between the app and the file provider extension.
|
||||
* This is done via a local socket server.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user