Changeset 102267 in vbox
- Timestamp:
- Nov 22, 2023 6:26:51 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160401
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r102140 r102267 765 765 sltCloseSettingsDialog(); 766 766 sltClosePreferencesDialog(); 767 768 // WORKAROUND: 769 // This will be fixed proper way during session management cleanaup for Qt6. 770 // But for now we will just cleanup connections which is Ok anyway. 771 cleanupConnections(); 767 772 } 768 773 … … 2746 2751 2747 2752 /* Cleanup: */ 2748 cleanupConnections();2749 2753 cleanupWidgets(); 2750 2754 cleanupMenuBar();
Note:
See TracChangeset
for help on using the changeset viewer.