1
Fork 0
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:
Joshua Goins 2023-10-08 13:19:51 -04:00
parent 76770acc33
commit 5bd5656e14

View file

@ -148,7 +148,7 @@ public:
BootData *bootData(); BootData *bootData();
GameData *gameData(); GameData *gameData();
bool loggedIn() const; [[nodiscard]] bool loggedIn() const;
void setLoggedIn(bool value); void setLoggedIn(bool value);
Q_SIGNALS: Q_SIGNALS: