Revert "Add a (temporary) way to attach popups to layer surfaces"

This reverts commit fdab1544fb.

Qt 6.6 is out with all the necessary multi-shell apis.
This commit is contained in:
Vlad Zahorodnii
2023-11-06 15:50:19 +02:00
parent d1ab27dd53
commit 6f0bca5593
2 changed files with 0 additions and 26 deletions

View File

@ -14,10 +14,6 @@
#include "layershellqt_export.h"
#if QT_VERSION < QT_VERSION_CHECK(6, 6, 0)
struct xdg_popup;
#endif
namespace LayerShellQt
{
class WindowPrivate;
@ -120,10 +116,6 @@ public:
*/
static Window *get(QWindow *window);
#if QT_VERSION < QT_VERSION_CHECK(6, 6, 0)
static void attachPopup(QWindow *window, xdg_popup *popup);
#endif
static Window *qmlAttachedProperties(QObject *object);
Q_SIGNALS: