We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9eba9 commit 742d045Copy full SHA for 742d045
src/hyperiond/hyperiond.cpp
@@ -27,6 +27,7 @@
27
#include "utils/Logger.h"
28
#include "utils/VideoMode.h"
29
#include "utils/global_defines.h"
30
+#include <utils/GlobalSignals.h>
31
32
#include <HyperionConfig.h> // Required to determine the cmake options
33
@@ -82,6 +83,10 @@
82
83
#include <cec/CECHandler.h>
84
#endif
85
86
+namespace {
87
+ GlobalSignals* ensureGlobalSignalsInitialized = GlobalSignals::getInstance();
88
+}
89
+
90
HyperionDaemon* HyperionDaemon::daemon = nullptr;
91
92
HyperionDaemon::HyperionDaemon(const QString& rootPath, QObject* parent, bool logLvlOverwrite)
0 commit comments