Changeset 83051 in vbox
- Timestamp:
- Feb 11, 2020 4:00:28 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UICloudMachine.h
r83050 r83051 56 56 }; 57 57 58 /** QObject subclass representing cloud VM wrapper.58 /** Class representing cloud VM wrapper. 59 59 * This is temporary class before ICloudMachine interface is represented. 60 60 * This class is based on explicitly-shared memory and thus optimized 61 61 * for being passed across as copied object, not just reference. */ 62 class UICloudMachine : public QObject62 class UICloudMachine 63 63 { 64 Q_OBJECT;65 66 64 public: 67 65
Note:
See TracChangeset
for help on using the changeset viewer.