fixed compile file

This commit is contained in:
dranik
2026-05-05 15:20:23 +03:00
parent 5e52f7fcb0
commit 426a95c425
3 changed files with 7 additions and 11 deletions
+2 -6
View File
@@ -72,9 +72,7 @@
#include "ui/models/ipSplitTunnelingModel.h"
#include "ui/models/newsModel.h"
#if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS)
#include "ui/utils/notificationHandler.h"
#endif
class NotificationHandler;
class CoreSignalHandlers;
class TestMultipleImports;
@@ -141,9 +139,7 @@ private:
SecureServersRepository* m_serversRepository;
SecureAppSettingsRepository* m_appSettingsRepository;
#if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS)
NotificationHandler* m_notificationHandler;
#endif
NotificationHandler* m_notificationHandler {};
QMetaObject::Connection m_reloadConfigErrorOccurredConnection;