diff options
author | Hyungchan Kim <hyungchan2.kim@lge.com> | 2021-02-02 08:49:37 +0900 |
---|---|---|
committer | Hyungchan Kim <hyungchan2.kim@lge.com> | 2021-02-22 17:07:17 +0900 |
commit | 3bba990c3f1cbc30dedcfcc78b63687682242ab0 (patch) | |
tree | 1dba5b325ed2337686c53cd5b3be91229bf05430 /src/compositor/compositor_api/qwaylandquicksurface.h | |
parent | bf60784393552a605d166330d3fdc87e900e8a0b (diff) | |
download | qtwayland-3bba990c3f1cbc30dedcfcc78b63687682242ab0.tar.gz |
Export QWaylandQuickSurfacePrivate
Allow making derived class from QWaylandQuickSurface and its private class
Change-Id: I223f02d053333c92c2dcf51044094966e8fd4029
Reviewed-by: Hyungchan Kim <hyungchan2.kim@lge.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/compositor/compositor_api/qwaylandquicksurface.h')
-rw-r--r-- | src/compositor/compositor_api/qwaylandquicksurface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compositor/compositor_api/qwaylandquicksurface.h b/src/compositor/compositor_api/qwaylandquicksurface.h index e3381525..29d01baa 100644 --- a/src/compositor/compositor_api/qwaylandquicksurface.h +++ b/src/compositor/compositor_api/qwaylandquicksurface.h @@ -56,6 +56,9 @@ public: bool useTextureAlpha() const; void setUseTextureAlpha(bool useTextureAlpha); +protected: + QWaylandQuickSurface(QWaylandQuickSurfacePrivate &dptr); + Q_SIGNALS: void useTextureAlphaChanged(); }; |