Changeset 17630 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 10, 2009 2:23:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp
r17628 r17630 555 555 void QIMessageBox::setDetailsShown (bool aShown) 556 556 { 557 if (aShown && mDetailsText-> isEmpty())557 if (aShown && mDetailsText->toPlainText().isEmpty()) 558 558 return; 559 559
Note:
See TracChangeset
for help on using the changeset viewer.