mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Add missing [[nodisacrd] on Profile::loggedIn
This commit is contained in:
parent
76770acc33
commit
5bd5656e14
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public:
|
|||
BootData *bootData();
|
||||
GameData *gameData();
|
||||
|
||||
bool loggedIn() const;
|
||||
[[nodiscard]] bool loggedIn() const;
|
||||
void setLoggedIn(bool value);
|
||||
|
||||
Q_SIGNALS:
|
||||
|
|
Loading…
Add table
Reference in a new issue