Port to QWaylandShellSurface::attachPopup()

This commit is contained in:
Vlad Zahorodnii
2023-04-22 11:32:15 +03:00
parent fdab1544fb
commit 511b92f4ab
2 changed files with 16 additions and 0 deletions

View File

@ -28,6 +28,9 @@ public:
{
return m_configured;
}
#if QT_VERSION >= QT_VERSION_CHECK(6, 6, 0)
void attachPopup(QtWaylandClient::QWaylandShellSurface *popup) override;
#endif
void setAnchor(uint32_t anchor);
void setExclusiveZone(int32_t zone);