KWin
Loading...
Searching...
No Matches
Classes | Macros
test_xdg_foreign.cpp File Reference
#include <QSignalSpy>
#include <QTest>
#include "wayland/compositor.h"
#include "wayland/display.h"
#include "wayland/surface.h"
#include "wayland/xdgforeign_v2.h"
#include "KWayland/Client/compositor.h"
#include "KWayland/Client/connection_thread.h"
#include "KWayland/Client/event_queue.h"
#include "KWayland/Client/region.h"
#include "KWayland/Client/registry.h"
#include "KWayland/Client/surface.h"
#include "KWayland/Client/xdgforeign.h"
#include "test_xdg_foreign.moc"

Go to the source code of this file.

Classes

class  TestForeign
 

Macros

#define CLEANUP(variable)
 

Macro Definition Documentation

◆ CLEANUP

#define CLEANUP ( variable)
Value:
if (variable) { \
delete variable; \
variable = nullptr; \
}