Changeset 14186
- Timestamp:
- Aug 30, 2013, 6:01:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/session.cc
r14185 r14186 700 700 QNetworkReply * reply = networkAccessManager ()->post (request, requestData); 701 701 reply->setProperty (REQUEST_DATA_PROPERTY_KEY, requestData); 702 connect (reply, SIGNAL (downloadProgress ( int64_t,int64_t)), this, SIGNAL (dataReadProgress ()));703 connect (reply, SIGNAL (uploadProgress ( int64_t,int64_t)), this, SIGNAL (dataSendProgress ()));702 connect (reply, SIGNAL (downloadProgress (qint64,qint64)), this, SIGNAL (dataReadProgress ())); 703 connect (reply, SIGNAL (uploadProgress (qint64,qint64)), this, SIGNAL (dataSendProgress ())); 704 704 705 705 #ifdef DEBUG_HTTP
Note: See TracChangeset
for help on using the changeset viewer.