Changeset 55360 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 21, 2015 4:50:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp
r55259 r55360 33 33 # include "UIConverter.h" 34 34 # include "UIGraphicsTextPane.h" 35 # include "UIMessageCenter.h" 35 36 36 37 /* COM includes: */ … … 523 524 /* Prepare current storage slot: */ 524 525 StorageSlot attachmentSlot(controller.GetBus(), attachment.GetPort(), attachment.GetDevice()); 526 AssertMsg(controller.isOk(), 527 ("Unable to acquire controller data: %s\n", 528 msgCenter().formatRC(controller.lastRC()).toAscii().constData())); 529 if (!controller.isOk()) 530 continue; 525 531 /* Prepare attachment information: */ 526 532 QString strAttachmentInfo = vboxGlobal().details(attachment.GetMedium(), false, false);
Note:
See TracChangeset
for help on using the changeset viewer.