Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/network/access/qhttpnetworkreply.cpp

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    180180{
    181181    Q_D(QHttpNetworkReply);
     182
     183
     184
    182185    return d->responseData.read();
     186
     187
     188
     189
     190
     191
     192
    183193}
    184194
     
    202212      currentChunkSize(0), currentChunkRead(0), connection(0), initInflate(false),
    203213      autoDecompress(false), responseData(), requestIsPrepared(false)
    204       ,pipeliningUsed(false)
     214      ,pipeliningUsed(false)
    205215{
    206216}
Note: See TracChangeset for help on using the changeset viewer.