Skip to content

Commit

Permalink
Windows: fix system sleep & shutdown handling
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jan 5, 2025
1 parent 94f754e commit 705a1eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/base/AccessManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <base/AccessManager.h>
#include <db/AuthTable.h>
#include <db/MetaTable.h>
#include <QUuid>

using namespace hyperhdr;

Expand Down
1 change: 1 addition & 0 deletions sources/db/AuthTable.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <QCryptographicHash>
#include <QUuid>

#include <db/AuthTable.h>
using namespace hyperhdr;
Expand Down
1 change: 1 addition & 0 deletions sources/db/MetaTable.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <QCryptographicHash>
#include <QNetworkInterface>
#include <QUuid>

#include <db/MetaTable.h>

Expand Down
1 change: 1 addition & 0 deletions sources/led-drivers/net/DriverNetUdpE131.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#endif

#include <QHostInfo>
#include <QUuid>

// hyperhdr local includes
#include <led-drivers/net/DriverNetUdpE131.h>
Expand Down
1 change: 1 addition & 0 deletions sources/suspend-handler/SuspendHandlerWindows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ SuspendHandler::SuspendHandler(bool sessionLocker):

SuspendHandler::~SuspendHandler()
{
SystrayAssignQueueHandler(nullptr);
instance = nullptr;

if (_notifyHandle != NULL)
Expand Down

0 comments on commit 705a1eb

Please sign in to comment.