Remove outdated 'friends for the purpose of limiting access to deprecated stuff' comment

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2026-01-14 20:04:02 +00:00
parent 8cbcadaca2
commit 9ca3739465
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
3 changed files with 0 additions and 3 deletions

View file

@ -91,7 +91,6 @@ class Index;
#define APPLICATION_DYN (dynamic_cast<Application*>(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 };

View file

@ -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 };

View file

@ -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 };