7#ifndef _KIS_WAYLAND_REGISTRY_
8#define _KIS_WAYLAND_REGISTRY_
9#include "qwayland-wayland.h"
10#include <qscopedpointer.h>
22 void registry_global(uint32_t name,
const QString &interface, uint32_t version)
override;
27 QScopedPointer<Private>
d;
Wayland registry for tracking wayland globals.
QScopedPointer< Private > d
static KisWaylandRegistry * getOrCreate()
void registry_global_remove(uint32_t name) override
bool globalExists(const QString &interface)
void registry_global(uint32_t name, const QString &interface, uint32_t version) override