From 9ca37394650d63a492eb91ab12d73fef73b5c463 Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Wed, 14 Jan 2026 20:04:02 +0000 Subject: [PATCH] Remove outdated 'friends for the purpose of limiting access to deprecated stuff' comment Signed-off-by: TheKodeToad --- launcher/Application.h | 1 - launcher/filelink/FileLink.h | 1 - launcher/updater/prismupdater/PrismUpdater.h | 1 - 3 files changed, 3 deletions(-) diff --git a/launcher/Application.h b/launcher/Application.h index 041e5b892..415f46d6f 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -91,7 +91,6 @@ class Index; #define APPLICATION_DYN (dynamic_cast(QCoreApplication::instance())) class Application : public QApplication { - // friends for the purpose of limiting access to deprecated stuff Q_OBJECT public: enum Status { StartingUp, Failed, Succeeded, Initialized }; diff --git a/launcher/filelink/FileLink.h b/launcher/filelink/FileLink.h index 583d0d43a..914272721 100644 --- a/launcher/filelink/FileLink.h +++ b/launcher/filelink/FileLink.h @@ -38,7 +38,6 @@ #include "FileSystem.h" class FileLinkApp : public QCoreApplication { - // friends for the purpose of limiting access to deprecated stuff Q_OBJECT public: enum Status { Starting, Failed, Succeeded, Initialized }; diff --git a/launcher/updater/prismupdater/PrismUpdater.h b/launcher/updater/prismupdater/PrismUpdater.h index f141b6c7d..5f4baec64 100644 --- a/launcher/updater/prismupdater/PrismUpdater.h +++ b/launcher/updater/prismupdater/PrismUpdater.h @@ -46,7 +46,6 @@ #include "GitHubRelease.h" class PrismUpdaterApp : public QApplication { - // friends for the purpose of limiting access to deprecated stuff Q_OBJECT public: enum Status { Starting, Failed, Succeeded, Initialized, Aborted };