diff --git a/launcher/include/profile.h b/launcher/include/profile.h index e60f1a9..51667f4 100644 --- a/launcher/include/profile.h +++ b/launcher/include/profile.h @@ -148,7 +148,7 @@ public: BootData *bootData(); GameData *gameData(); - bool loggedIn() const; + [[nodiscard]] bool loggedIn() const; void setLoggedIn(bool value); Q_SIGNALS: