- Timestamp:
- May 19, 2014 5:28:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
r51287 r51297 684 684 if (!strControl.isNull()) 685 685 { 686 if (QWidget *pWidget = m_pStack-> currentWidget()->findChild<QWidget*>(strControl))686 if (QWidget *pWidget = m_pStack->findChild<QWidget*>(strControl)) 687 687 { 688 688 QList<QWidget*> parents;
Note:
See TracChangeset
for help on using the changeset viewer.