equal
deleted
inserted
replaced
154 { |
154 { |
155 Q_DECLARE_PUBLIC(QHttpNetworkConnection) |
155 Q_DECLARE_PUBLIC(QHttpNetworkConnection) |
156 public: |
156 public: |
157 static const int defaultChannelCount; |
157 static const int defaultChannelCount; |
158 static const int defaultPipelineLength; |
158 static const int defaultPipelineLength; |
|
159 static const int defaultRePipelineLength; |
159 |
160 |
160 QHttpNetworkConnectionPrivate(const QString &hostName, quint16 port, bool encrypt); |
161 QHttpNetworkConnectionPrivate(const QString &hostName, quint16 port, bool encrypt); |
161 QHttpNetworkConnectionPrivate(quint16 channelCount, const QString &hostName, quint16 port, bool encrypt); |
162 QHttpNetworkConnectionPrivate(quint16 channelCount, const QString &hostName, quint16 port, bool encrypt); |
162 ~QHttpNetworkConnectionPrivate(); |
163 ~QHttpNetworkConnectionPrivate(); |
163 void init(); |
164 void init(); |