We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761d99d commit af86d5fCopy full SHA for af86d5f
src/wayland/hyprland/surface/qml.cpp
@@ -28,7 +28,6 @@ HyprlandWindow* HyprlandWindow::qmlAttachedProperties(QObject* object) {
28
}
29
30
31
- qDebug() << "hlwindow for" << proxyWindow;
32
if (!proxyWindow) return nullptr;
33
return new HyprlandWindow(proxyWindow);
34
0 commit comments