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 de15125..c1b4253 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -145,6 +145,7 @@ private: | |||
145 | void sendCommand(const QSharedPointer<QueuedCommand> &command); | 145 | void sendCommand(const QSharedPointer<QueuedCommand> &command); |
146 | void processCommandQueue(); | 146 | void processCommandQueue(); |
147 | void processPendingCommandQueue(); | 147 | void processPendingCommandQueue(); |
148 | void enqueueCommand(const QSharedPointer<QueuedCommand> &command); | ||
148 | 149 | ||
149 | class Private; | 150 | class Private; |
150 | Private *const d; | 151 | Private *const d; |