- Timestamp:
- Dec 18, 2024 2:04:29 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166398
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.cpp
r107357 r107360 96 96 { 97 97 /* Close the widget in popup mode only: */ 98 if ( windowFlags() == Qt::Popup)98 if (isPopup()) 99 99 close(); 100 100 }
Note:
See TracChangeset
for help on using the changeset viewer.