| 45 | } |
| 46 | |
| 47 | UIWindow::UIWindow( UIWindow::WindowBaseContainerType type ) : UIWindow( type, StyleConfig() ) {} |
| 48 | |
| 49 | UIWindow::UIWindow( UIWindow::WindowBaseContainerType type, const StyleConfig& windowStyleConfig ) : |
| 50 | UIWidget( "window" ), |
nothing calls this directly
no test coverage detected