Add file provider socket state struct

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-07-17 17:29:38 +08:00
parent da7c511a8e
commit fd7f1ce0fc
No known key found for this signature in database
GPG Key ID: C839200C384636B0

View File

@ -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.