Some small cleanups (#4772)
Some checks failed
Nix / Build (aarch64-darwin) (push) Has been cancelled
Nix / Build (x86_64-linux) (push) Has been cancelled
Nix / Build (aarch64-linux) (push) Has been cancelled

This commit is contained in:
Alexandru Ionut Tripon 2026-03-18 20:29:26 +00:00 committed by GitHub
commit 04786023b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 50 additions and 112 deletions

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