Changeset 55244 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 14, 2015 12:57:40 PM (10 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp
r55180 r55244 282 282 rc = m_progress->init(static_cast<IGuest*>(pParent), 283 283 Bstr(pParent->tr("Dropping data")).raw(), 284 TRUE);284 FALSE /* fCancelable */); 285 285 } 286 286 return rc; -
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r51799 r55244 432 432 if (RT_SUCCESS(rc)) 433 433 { 434 /* Query the progress object to the caller. */ 435 if (aProgress) 436 pResp->queryProgressTo(aProgress.asOutParam()); 434 hr = pResp->queryProgressTo(aProgress.asOutParam()); 435 ComAssertComRC(hr); 437 436 } 438 437 }
Note:
See TracChangeset
for help on using the changeset viewer.