Changeset 91541 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 4, 2021 12:51:41 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147236
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.cpp
r91539 r91541 25 25 26 26 27 /********************************************************************************************************************************* 28 * Class ExportSortProxyModel implementation. * 29 *********************************************************************************************************************************/ 30 31 class ExportSortProxyModel: public UIApplianceSortProxyModel 27 /** UIApplianceSortProxyModel subclass for Export Appliance wizard. */ 28 class ExportSortProxyModel : public UIApplianceSortProxyModel 32 29 { 33 30 public: 34 31 32 /** Constructs proxy model passing @a pParent to the base-class. */ 35 33 ExportSortProxyModel(QObject *pParent = 0) 36 34 : UIApplianceSortProxyModel(pParent)
Note:
See TracChangeset
for help on using the changeset viewer.