Changeset 18198 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxImportApplianceWgt.h
- Timestamp:
- Mar 24, 2009 3:45:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxImportApplianceWgt.h
r17053 r18198 39 39 40 40 bool setFile (const QString& aFile); 41 void prepareImport(); 41 42 bool import(); 42 43 43 44 bool isValid() const { return mAppliance != NULL; } 45 QList < QPair <QString, QString> > licenseAgreements() const; 44 46 45 47 static int minGuestRAM() { return mMinGuestRAM; }
Note:
See TracChangeset
for help on using the changeset viewer.