Changeset 99949 in vbox
- Timestamp:
- May 24, 2023 9:15:37 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h
r98103 r99949 37 37 #include <QEvent> 38 38 #include <QGraphicsWidget> 39 #include <QMainWindow> 39 40 #include <QObject> 40 41 #include <QWidget> 41 42 42 43 /* GUI includes: */ 44 #include "QIWithRestorableGeometry.h" 43 45 #include "UILibraryDefs.h" 44 46 #include "UITranslator.h" … … 86 88 template class SHARED_LIBRARY_STUFF QIWithRetranslateUI<QWidget>; 87 89 template class SHARED_LIBRARY_STUFF QIWithRetranslateUI<QDialog>; 90 template class SHARED_LIBRARY_STUFF QIWithRetranslateUI<QIWithRestorableGeometry<QMainWindow> >; 88 91 89 92
Note:
See TracChangeset
for help on using the changeset viewer.