From 5bd5656e146cf6a62d85ac8d131784ca29d2b336 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 8 Oct 2023 13:19:51 -0400 Subject: [PATCH] Add missing [[nodisacrd] on Profile::loggedIn --- launcher/include/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: