VirtualBox

Ignore:
Timestamp:
Oct 14, 2015 3:39:48 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Networking cleanup/rework (part 10): Get rid of Qt networking stuff.

File:
1 edited

Legend:

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

    r55401 r58249  
    2626#include "UINetworkDefs.h"
    2727
     28/* Forward declarations: */
     29class UINetworkReplyPrivate;
     30
    2831/* Network-reply interface: */
    2932class UINetworkReply : public QObject
     
    4952    QNetworkReply::NetworkError error() const;
    5053    QString errorString() const;
    51     QByteArray readAll();
     54    QByteArray readAll() const;
    5255    QUrl url() const;
    5356
    5457private:
    5558
    56     /* Variables: */
    57     UINetworkReplyType m_replyType;
    58     QPointer<QObject> m_pReply;
     59    /** Holds the network reply private instance. */
     60    UINetworkReplyPrivate *m_pReply;
    5961};
    6062
Note: See TracChangeset for help on using the changeset viewer.

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