VirtualBox

Ignore:
Timestamp:
Oct 27, 2015 12:02:17 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Networking cleanup/rework (part 25): Get rid of QNetworkAccessManager, replace it with QObject.

File:
1 edited

Legend:

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

    r58426 r58427  
    2020
    2121/* Qt includes: */
    22 #include <QNetworkAccessManager>
     22#include <QObject>
    2323#include <QUuid>
    2424
     
    3434class UINetworkManagerIndicator;
    3535
    36 /* QNetworkAccessManager class reimplementation.
     36/* QObject class reimplementation.
    3737 * Providing network access for VirtualBox application purposes. */
    38 class UINetworkManager : public QNetworkAccessManager
     38class UINetworkManager : public QObject
    3939{
    4040    Q_OBJECT;
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