Changeset 71579 in vbox
- Timestamp:
- Mar 30, 2018 10:27:53 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121559
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp
r71489 r71579 26 26 # include "UIExtraDataManager.h" 27 27 # include "UIHostComboEditor.h" 28 # include "UIMachineWindow.h"29 28 # include "UIPopupCenter.h" 30 29 # include "UIPopupStack.h" … … 383 382 384 383 /* Special handling for Runtime UI: */ 385 if ( qobject_cast<UIMachineWindow*>(pParent))384 if (pParent->inherits("UIMachineWindow")) 386 385 return QString("UIMachineWindow"); 387 386
Note:
See TracChangeset
for help on using the changeset viewer.