mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 18:04:21 -07:00
Try to reduce hacks (#6313)
This commit is contained in:
@@ -823,7 +823,7 @@ public:
|
||||
# endif /* 0*/
|
||||
|
||||
VulkanWindowRenderer::VulkanWindowRenderer(QWidget *parent)
|
||||
: QVulkanWindow(parent->windowHandle())
|
||||
: QVulkanWindow(NULL)
|
||||
{
|
||||
parentWidget = parent;
|
||||
instance.setApiVersion(QVersionNumber(1, 0));
|
||||
|
||||
Reference in New Issue
Block a user