summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qwindowspipereader_p.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-04-16 16:18:45 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-04-16 15:45:57 +0000
commita7f1c97d6096b7f9cc44df275b20d91cc75f7347 (patch)
treea25fe698605968640f0647caa2e990e6ab56697a /src/corelib/io/qwindowspipereader_p.h
parentbb8f62148052e1208b4fe00a3fc6f25fa74432ac (diff)
inline QWindowsPipeReader::completeAsyncRead
There's exactly one caller for this private method, and future code will be a bit simpler after moving the code to the calling site. Change-Id: Ibc65f91c770f9f29b317ceddb39a67d52106da33 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/corelib/io/qwindowspipereader_p.h')
-rw-r--r--src/corelib/io/qwindowspipereader_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qwindowspipereader_p.h b/src/corelib/io/qwindowspipereader_p.h
index 6eead60fd5..7651093b05 100644
--- a/src/corelib/io/qwindowspipereader_p.h
+++ b/src/corelib/io/qwindowspipereader_p.h
@@ -88,7 +88,6 @@ private Q_SLOTS:
void notified(quint32 numberOfBytesRead, quint32 errorCode, OVERLAPPED *notifiedOverlapped);
private:
- bool completeAsyncRead(DWORD bytesRead, DWORD errorCode);
DWORD checkPipeState();
private: