mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
refactor: API split (#721)
* refactor: API split * refactor: cleanup hyperiond
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#include <utils/VideoMode.h>
|
||||
// settings
|
||||
#include <utils/settings.h>
|
||||
// AuthManager
|
||||
#include <hyperion/AuthManager.h>
|
||||
|
||||
class Hyperion;
|
||||
class ComponentRegister;
|
||||
@@ -119,6 +121,11 @@ private slots:
|
||||
///
|
||||
void handleInstanceChange();
|
||||
|
||||
///
|
||||
/// @brief Handle AuthManager token changes
|
||||
///
|
||||
void handleTokenChange(const QVector<AuthManager::AuthDefinition> &def);
|
||||
|
||||
private:
|
||||
/// pointer of Hyperion instance
|
||||
Hyperion* _hyperion;
|
||||
|
Reference in New Issue
Block a user