Changeset 5883 in vbox
- Timestamp:
- Nov 29, 2007 11:54:47 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26374
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r5863 r5883 1626 1626 } 1627 1627 1628 detailsReport += sectionTpl 1628 /* Temporary disabled */ 1629 QString dummy = sectionTpl /* detailsReport += sectionTpl */ 1629 1630 .arg (rows) /* rows */ 1630 1631 .arg ("parallel_port_16px.png", /* icon */ -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r5837 r5883 719 719 720 720 /* Serial Port Page */ 721 722 /* Parallel Port Page (currently disabled) */ 723 QListViewItem *item = listView->findItem ("#parallelPorts", listView_Link); 724 if (item) item->setVisible (false); 721 725 722 726 /* USB Page */
Note:
See TracChangeset
for help on using the changeset viewer.