mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-07-18 13:04:21 -04: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:
@ -12,7 +12,7 @@
|
||||
|
||||
namespace LayerShellQt {
|
||||
|
||||
QWaylandLayerShell::QWaylandLayerShell(struct QtWayland::zwlr_layer_shell_v1 *shell)
|
||||
QWaylandLayerShell::QWaylandLayerShell(QtWayland::zwlr_layer_shell_v1 *shell)
|
||||
: QtWayland::zwlr_layer_shell_v1(shell->object())
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user