Changeset 58426 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h
- Timestamp:
- Oct 27, 2015 11:59:56 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103683
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h
r58425 r58426 21 21 /* Qt includes: */ 22 22 #include <QPointer> 23 #include <Q NetworkReply>23 #include <QUrl> 24 24 25 25 /* GUI includes: */ … … 84 84 }; 85 85 86 /** Constructs network-reply of the passed @a type for the passed @a requestand @a requestHeaders. */87 UINetworkReply(UINetworkRequestType type, const Q NetworkRequest &request, const UserDictionary &requestHeaders);86 /** Constructs network-reply of the passed @a type for the passed @a url and @a requestHeaders. */ 87 UINetworkReply(UINetworkRequestType type, const QUrl &url, const UserDictionary &requestHeaders); 88 88 /** Destructs reply. */ 89 89 ~UINetworkReply();
Note:
See TracChangeset
for help on using the changeset viewer.