![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "QtCore/qbytearray.h"
#include "QtCore/qiodevice.h"
#include "QtCore/qobjectdefs.h"
#include "QtCore/qstring.h"
#include "QtCore/qvarlengtharray.h"
#include "private/qringbuffer_p.h"
#include "private/qobject_p.h"
Go to the source code of this file.
Classes | |
class | QIODevicePrivate |
class | QIODevicePrivate::QRingBufferRef |
Macros | |
#define | QIODEVICE_BUFFERSIZE 16384 |
Functions | |
Q_CORE_EXPORT int | qt_subtract_from_timeout (int timeout, int elapsed) |
#define QIODEVICE_BUFFERSIZE 16384 |
Definition at line 34 of file qiodevice_p.h.
Q_CORE_EXPORT int qt_subtract_from_timeout | ( | int | timeout, |
int | elapsed ) |
Reduces the timeout by elapsed, taking into account that -1 is a special value for timeouts.
Definition at line 2363 of file qiodevice.cpp.