Remove an inappropriate log message
This commit is contained in:
parent
143fd1755a
commit
721c0ae334
|
@ -136,7 +136,6 @@ void QWaylandLayerSurface::setKeyboardInteractivity(uint32_t interactivity)
|
||||||
|
|
||||||
void QWaylandLayerSurface::setLayer(uint32_t layer)
|
void QWaylandLayerSurface::setLayer(uint32_t layer)
|
||||||
{
|
{
|
||||||
qDebug() << "wtfffffff" << layer << zwlr_layer_surface_v1_get_version(object()) << ZWLR_LAYER_SURFACE_V1_SET_LAYER_SINCE_VERSION;
|
|
||||||
if (zwlr_layer_surface_v1_get_version(object()) >= ZWLR_LAYER_SURFACE_V1_SET_LAYER_SINCE_VERSION)
|
if (zwlr_layer_surface_v1_get_version(object()) >= ZWLR_LAYER_SURFACE_V1_SET_LAYER_SINCE_VERSION)
|
||||||
set_layer(layer);
|
set_layer(layer);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue