Changeset 58249 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h
- Timestamp:
- Oct 14, 2015 3:39:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h
r55401 r58249 26 26 #include "UINetworkDefs.h" 27 27 28 /* Forward declarations: */ 29 class UINetworkReplyPrivate; 30 28 31 /* Network-reply interface: */ 29 32 class UINetworkReply : public QObject … … 49 52 QNetworkReply::NetworkError error() const; 50 53 QString errorString() const; 51 QByteArray readAll() ;54 QByteArray readAll() const; 52 55 QUrl url() const; 53 56 54 57 private: 55 58 56 /* Variables: */ 57 UINetworkReplyType m_replyType; 58 QPointer<QObject> m_pReply; 59 /** Holds the network reply private instance. */ 60 UINetworkReplyPrivate *m_pReply; 59 61 }; 60 62
Note:
See TracChangeset
for help on using the changeset viewer.