fix path include

This commit is contained in:
dranik
2026-05-05 15:05:07 +03:00
parent c9a1b2e451
commit 5e52f7fcb0

View File

@@ -1,7 +1,7 @@
#ifndef ANDROID_NOTIFICATIONHANDLER_H
#define ANDROID_NOTIFICATIONHANDLER_H
#include "ui/notificationhandler.h"
#include "ui/utils/notificationHandler.h"
class AndroidNotificationHandler final : public NotificationHandler {
Q_OBJECT