qtquick: FloatingWindow and MainWindow are now ported and compile

This commit is contained in:
Sergio Martins
2022-05-15 15:29:54 +01:00
parent bcc823e900
commit 9d0f137f9d
13 changed files with 101 additions and 62 deletions

View File

@@ -117,3 +117,8 @@ QScreen *Window_qt::screen() const
{
return m_window->screen();
}
void Window_qt::destroy()
{
delete m_window;
}