Changeset 51405 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 26, 2014 5:19:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
r51394 r51405 427 427 if (!strControl.isNull()) 428 428 { 429 printf("Looking for widget %s..\n", strControl.toAscii().constData());430 429 if (QWidget *pWidget = m_pStack->findChild<QWidget*>(strControl)) 431 430 { 432 printf("Widget %s found!\n", strControl.toAscii().constData());433 431 QList<QWidget*> parents; 434 432 QWidget *pParentWidget = pWidget;
Note:
See TracChangeset
for help on using the changeset viewer.