VirtualBox

Ignore:
Timestamp:
Oct 27, 2015 11:59:56 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103683
Message:

FE/Qt: Networking cleanup/rework (part 24): Get rid of QNetworkRequest, replace it with QUrl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h

    r58425 r58426  
    2121/* Qt includes: */
    2222#include <QPointer>
    23 #include <QNetworkReply>
     23#include <QUrl>
    2424
    2525/* GUI includes: */
     
    8484    };
    8585
    86     /** Constructs network-reply of the passed @a type for the passed @a request and @a requestHeaders. */
    87     UINetworkReply(UINetworkRequestType type, const QNetworkRequest &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);
    8888    /** Destructs reply. */
    8989    ~UINetworkReply();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette