From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/envsecurity.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/envsecurity.h') diff --git a/src/envsecurity.h b/src/envsecurity.h index 5f9e5332..ca69b1a2 100644 --- a/src/envsecurity.h +++ b/src/envsecurity.h @@ -1,8 +1,8 @@ #ifndef ENV_SECURITY_H #define ENV_SECURITY_H -#include #include +#include namespace env { @@ -12,9 +12,7 @@ namespace env class SecurityProduct { public: - SecurityProduct( - QUuid guid, QString name, int provider, - bool active, bool upToDate); + SecurityProduct(QUuid guid, QString name, int provider, bool active, bool upToDate); // guid // @@ -50,14 +48,12 @@ private: QString providerToString() const; }; - std::vector getSecurityProducts(); - struct FileRights { QStringList list; - bool hasExecute = false; + bool hasExecute = false; bool normalRights = false; }; @@ -70,6 +66,6 @@ struct FileSecurity FileSecurity getFileSecurity(const QString& file); -} // namespace env +} // namespace env -#endif // ENV_SECURITY_H +#endif // ENV_SECURITY_H -- cgit v1.3.1