Changeset 107358 in vbox
- Timestamp:
- Dec 18, 2024 1:56:53 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp
r106061 r107358 405 405 invisibleRoot()->setModel(this); 406 406 407 #ifndef VBOX_GUI_WITH_ADVANCED_WIDGETS 407 408 /* Create global node: */ 408 409 new UIChooserNodeGlobal(invisibleRoot() /* parent */, … … 410 411 shouldGlobalNodeBeFavorite(invisibleRoot()), 411 412 QString() /* tip */); 413 #endif 412 414 413 415 /* Reload local tree: */
Note:
See TracChangeset
for help on using the changeset viewer.