Initialise SessionState

It was used undefined
icc-effect-5.26.4
David Edmundson 2021-01-27 13:18:35 +00:00 committed by Aleix Pol Gonzalez
parent 8681a69f47
commit 14ef991553
1 changed files with 1 additions and 1 deletions

2
sm.h
View File

@ -47,7 +47,7 @@ public Q_SLOTS: // DBus API
private:
void setState(SessionState state);
SessionState m_sessionState;
SessionState m_sessionState = SessionState::Normal;
};
struct SessionInfo {