diff options
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r-- | common/resourceaccess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index 3a35af6..7416b25 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -42,6 +42,7 @@ public: | |||
42 | 42 | ||
43 | void sendCommand(int commandId); | 43 | void sendCommand(int commandId); |
44 | void sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb); | 44 | void sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb); |
45 | void synchronizeResource(const std::function<void()> &resultHandler); | ||
45 | 46 | ||
46 | public Q_SLOTS: | 47 | public Q_SLOTS: |
47 | void open(); | 48 | void open(); |