diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 18:38:59 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 18:38:59 +0100 |
commit | db48154e47a9f611b7d3dceb195b14a8953e7abb (patch) | |
tree | 9e0a57762c659aa7a8a037daa7d2ef10c73dccc5 /common/resourceaccess.h | |
parent | 67e83aadde8db2bb1293cee61e8c6306a4ffcca0 (diff) | |
download | sink-db48154e47a9f611b7d3dceb195b14a8953e7abb.tar.gz sink-db48154e47a9f611b7d3dceb195b14a8953e7abb.zip |
Reuse the queuedInvoke method for less boilerplate
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r-- | common/resourceaccess.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h index fe3fa99..e1c01d7 100644 --- a/common/resourceaccess.h +++ b/common/resourceaccess.h | |||
@@ -97,7 +97,6 @@ private Q_SLOTS: | |||
97 | void connectionError(QLocalSocket::LocalSocketError error); | 97 | void connectionError(QLocalSocket::LocalSocketError error); |
98 | void readResourceMessage(); | 98 | void readResourceMessage(); |
99 | bool processMessageBuffer(); | 99 | bool processMessageBuffer(); |
100 | void callCallbacks(); | ||
101 | 100 | ||
102 | private: | 101 | private: |
103 | void connected(); | 102 | void connected(); |