forked from quickshell/quickshell
chore: clean up lints
This commit is contained in:
parent
4eac0b40c3
commit
cbdfba1a3f
13 changed files with 32 additions and 52 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <private/qwaylandshellintegration_p.h>
|
||||
#include <private/qwaylandshellsurface_p.h>
|
||||
#include <qtwaylandclientexports.h>
|
||||
#include <qtclasshelpermacros.h>
|
||||
#include <qwayland-wlr-layer-shell-unstable-v1.h>
|
||||
|
||||
class QSWaylandLayerShellIntegration
|
||||
|
@ -11,10 +11,7 @@ class QSWaylandLayerShellIntegration
|
|||
public:
|
||||
QSWaylandLayerShellIntegration();
|
||||
~QSWaylandLayerShellIntegration() override;
|
||||
QSWaylandLayerShellIntegration(QSWaylandLayerShellIntegration&&) = delete;
|
||||
QSWaylandLayerShellIntegration(const QSWaylandLayerShellIntegration&) = delete;
|
||||
void operator=(QSWaylandLayerShellIntegration&&) = delete;
|
||||
void operator=(const QSWaylandLayerShellIntegration&) = delete;
|
||||
Q_DISABLE_COPY_MOVE(QSWaylandLayerShellIntegration);
|
||||
|
||||
QtWaylandClient::QWaylandShellSurface* createShellSurface(QtWaylandClient::QWaylandWindow* window
|
||||
) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue