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
|
@ -14,7 +14,6 @@ class SessionLockManager: public QObject {
|
|||
|
||||
public:
|
||||
explicit SessionLockManager(QObject* parent = nullptr): QObject(parent) {}
|
||||
Q_DISABLE_COPY_MOVE(SessionLockManager);
|
||||
|
||||
// Returns true if a lock was acquired.
|
||||
// If true is returned the caller must watch the global screen list and create/destroy
|
||||
|
@ -59,6 +58,7 @@ class LockWindowExtension: public QObject {
|
|||
public:
|
||||
explicit LockWindowExtension(QObject* parent = nullptr): QObject(parent) {}
|
||||
~LockWindowExtension() override;
|
||||
Q_DISABLE_COPY_MOVE(LockWindowExtension);
|
||||
|
||||
// Attach this lock extension to the given window.
|
||||
// The extension is reparented to the window and replaces any existing lock extension.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue