5#ifndef STARTUPNOTIFICATIONMONITOR_H
6#define STARTUPNOTIFICATIONMONITOR_H
9#include <QAbstractNativeEventFilter>
35#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
36 bool nativeEventFilter(
const QByteArray &eventType,
void *message,
long *result)
override;
38 bool nativeEventFilter(
const QByteArray &eventType,
void *message, qintptr *result)
override;
The StartupNotificationMonitor class is used to monitor the startup of applications on the system.
Definition startupnotificationmonitor.h:12
void appStartup(QString id)
appStartup is emitted when an application is starting up. id is the startup id associated with the st...
void appStartupCompleted(QString id)
appStartupCompleted is emitted when the start up process of an applciation is finished....