Remove dependency on KStatusNotifierItem

We had two implementations of the system tray icon for no particularly good reason
This commit is contained in:
Tobias Fella
2026-02-20 14:21:16 +01:00
committed by Tobias Fella
parent 73e6a536db
commit b7688d4373
6 changed files with 3 additions and 73 deletions

View File

@@ -29,10 +29,8 @@
#include "proxycontroller.h"
#include "roommanager.h"
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
#if !defined(Q_OS_ANDROID)
#include "trayicon.h"
#elif !defined(Q_OS_ANDROID)
#include "trayicon_sni.h"
#endif
#ifdef HAVE_KUNIFIEDPUSH