mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Refactor config API
This commit is contained in:
@@ -23,7 +23,7 @@ class AuthManager : public QObject
|
||||
private:
|
||||
friend class HyperionDaemon;
|
||||
/// constructor is private, can be called from HyperionDaemon
|
||||
AuthManager(QObject *parent = nullptr, bool readonlyMode = false);
|
||||
AuthManager(QObject *parent = nullptr);
|
||||
|
||||
public:
|
||||
struct AuthDefinition
|
||||
|
Reference in New Issue
Block a user