forked from quickshell/quickshell
all: fix clang 18 lints
This commit is contained in:
parent
e957e88ccb
commit
2571766d3b
27 changed files with 47 additions and 35 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <qobject.h>
|
||||
#include <qqmlintegration.h>
|
||||
#include <qtmetamacros.h>
|
||||
#include <qtypes.h>
|
||||
|
||||
///! State of the Greetd connection.
|
||||
/// See @@Greetd.state.
|
||||
|
@ -15,7 +16,7 @@ class GreetdState: public QObject {
|
|||
QML_SINGLETON;
|
||||
|
||||
public:
|
||||
enum Enum {
|
||||
enum Enum : quint8 {
|
||||
Inactive = 0,
|
||||
Authenticating = 1,
|
||||
ReadyToLaunch = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue