summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r--common/resourceaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h
index a9e8c47..fbdd992 100644
--- a/common/resourceaccess.h
+++ b/common/resourceaccess.h
@@ -43,7 +43,7 @@ public:
43 43
44 Async::Job<void> sendCommand(int commandId); 44 Async::Job<void> sendCommand(int commandId);
45 Async::Job<void> sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb); 45 Async::Job<void> sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb);
46 Async::Job<void> synchronizeResource(); 46 Async::Job<void> synchronizeResource(bool remoteSync, bool localSync);
47 47
48public Q_SLOTS: 48public Q_SLOTS:
49 void open(); 49 void open();