mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2026-02-20 20:42:59 -05:00
Fix clang warning
The warning itself: > /home/tsdgeos/devel/kde/layer-shell-qt/src/qwaylandlayershell_p.h:23:24: note: did you mean class here? > QWaylandLayerShell(struct QtWayland::zwlr_layer_shell_v1 *shell);
This commit is contained in:
@ -20,7 +20,7 @@ namespace LayerShellQt {
|
||||
class LAYERSHELLQT_EXPORT QWaylandLayerShell : public QtWayland::zwlr_layer_shell_v1
|
||||
{
|
||||
public:
|
||||
QWaylandLayerShell(struct QtWayland::zwlr_layer_shell_v1 *shell);
|
||||
QWaylandLayerShell(QtWayland::zwlr_layer_shell_v1 *shell);
|
||||
virtual ~QWaylandLayerShell();
|
||||
|
||||
QWaylandLayerSurface *createLayerSurface(
|
||||
|
||||
Reference in New Issue
Block a user