Add missing KWIN_EXPORT in QPainterBackend
This commit is contained in:
parent
6ff4de2e05
commit
c5477011ed
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue