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

Go to the source code of this file.

Classes

class  TestContrast
 

Macros

#define CLEANUP(variable)
 

Macro Definition Documentation

◆ CLEANUP

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