Add missing KWIN_EXPORT in QPainterBackend

This commit is contained in:
Vlad Zahorodnii 2021-11-08 14:35:22 +02:00
parent 6ff4de2e05
commit c5477011ed

View file

@ -9,6 +9,8 @@
#ifndef KWIN_SCENE_QPAINTER_BACKEND_H #ifndef KWIN_SCENE_QPAINTER_BACKEND_H
#define KWIN_SCENE_QPAINTER_BACKEND_H #define KWIN_SCENE_QPAINTER_BACKEND_H
#include <kwin_export.h>
#include <QObject> #include <QObject>
class QImage; class QImage;
@ -24,7 +26,7 @@ class SurfacePixmapWayland;
class SurfaceTexture; class SurfaceTexture;
class AbstractOutput; class AbstractOutput;
class QPainterBackend : public QObject class KWIN_EXPORT QPainterBackend : public QObject
{ {
Q_OBJECT Q_OBJECT