diff options
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r-- | common/resourceaccess.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index 4c9d9d2..dc7640d 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -58,7 +58,6 @@ Q_SIGNALS: | |||
58 | 58 | ||
59 | private Q_SLOTS: | 59 | private Q_SLOTS: |
60 | //TODO: move these to the Private class | 60 | //TODO: move these to the Private class |
61 | void connected(); | ||
62 | void disconnected(); | 61 | void disconnected(); |
63 | void connectionError(QLocalSocket::LocalSocketError error); | 62 | void connectionError(QLocalSocket::LocalSocketError error); |
64 | void readResourceMessage(); | 63 | void readResourceMessage(); |
@@ -66,9 +65,9 @@ private Q_SLOTS: | |||
66 | void callCallbacks(int id); | 65 | void callCallbacks(int id); |
67 | 66 | ||
68 | private: | 67 | private: |
68 | void connected(); | ||
69 | void log(const QString &message); | 69 | void log(const QString &message); |
70 | void registerCallback(uint messageId, const std::function<void(int error, const QString &)> &callback); | 70 | void registerCallback(uint messageId, const std::function<void(int error, const QString &)> &callback); |
71 | void startResourceAndConnect(); | ||
72 | 71 | ||
73 | void sendCommand(const QSharedPointer<QueuedCommand> &command); | 72 | void sendCommand(const QSharedPointer<QueuedCommand> &command); |
74 | void processCommandQueue(); | 73 | void processCommandQueue(); |