Changeset 58427 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 27, 2015 12:02:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h
r58426 r58427 20 20 21 21 /* Qt includes: */ 22 #include <Q NetworkAccessManager>22 #include <QObject> 23 23 #include <QUuid> 24 24 … … 34 34 class UINetworkManagerIndicator; 35 35 36 /* Q NetworkAccessManagerclass reimplementation.36 /* QObject class reimplementation. 37 37 * Providing network access for VirtualBox application purposes. */ 38 class UINetworkManager : public Q NetworkAccessManager38 class UINetworkManager : public QObject 39 39 { 40 40 Q_OBJECT;
Note:
See TracChangeset
for help on using the changeset viewer.