Skip to content

Commit 973bf02

Browse files
committed
QPA: fix for 5.13.0
1 parent 2af2bdc commit 973bf02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platforms/qhaikuplatform/haiku/qhaikuintegration.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ QHaikuIntegration::QHaikuIntegration(const QStringList &parameters, int &argc, c
7575
, m_screen(new QHaikuScreen)
7676
{
7777
m_fontDatabase.reset(new QHaikuPlatformFontDatabase());
78-
screenAdded(m_screen);
78+
QWindowSystemInterface::handleScreenAdded(m_screen);
7979
}
8080

8181
QHaikuIntegration::~QHaikuIntegration()
@@ -84,7 +84,6 @@ QHaikuIntegration::~QHaikuIntegration()
8484
delete m_clipboard;
8585
delete m_haikuSystemLocale;
8686
delete m_services;
87-
destroyScreen(m_screen);
8887
}
8988

9089
bool QHaikuIntegration::hasCapability(QPlatformIntegration::Capability cap) const

0 commit comments

Comments
 (0)