diff options
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r-- | common/resourceaccess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index d45ebde..0a333f6 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -43,7 +43,7 @@ public: | |||
43 | 43 | ||
44 | //TODO use jobs | 44 | //TODO use jobs |
45 | void sendCommand(int commandId, const std::function<void()> &callback = std::function<void()>()); | 45 | void sendCommand(int commandId, const std::function<void()> &callback = std::function<void()>()); |
46 | void sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb, const std::function<void()> &callback); | 46 | void sendCommand(int commandId, flatbuffers::FlatBufferBuilder &fbb, const std::function<void()> &callback = std::function<void()>()); |
47 | Async::Job<void> synchronizeResource(); | 47 | Async::Job<void> synchronizeResource(); |
48 | 48 | ||
49 | public Q_SLOTS: | 49 | public Q_SLOTS: |