Changeset 35279 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 21, 2010 4:44:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69128
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.cpp
r35273 r35279 178 178 */ 179 179 QString displayInfo; 180 #ifdef RT_OS_WINDOWS 181 if (pParent) 182 displayInfo.sprintf("hwnd=%#llx", (uint64_t)(uintptr_t)pParent->winId()); 183 #endif 180 184 CProgress progress = extPackFile.Install(fReplaceIt, displayInfo); 181 185 if (extPackFile.isOk()) … … 395 399 /** @todo Refuse this if any VMs are running. */ 396 400 QString displayInfo; 401 #ifdef RT_OS_WINDOWS 402 displayInfo.sprintf("hwnd=%#llx", (uint64_t)(uintptr_t)this->winId()); 403 #endif 397 404 CProgress progress = manager.Uninstall(strSelectedPackageName, false /* forced removal? */, displayInfo); 398 405 if (manager.isOk())
Note:
See TracChangeset
for help on using the changeset viewer.