5#ifndef QQUICKLABSPLATFORMSYSTEMTRAYICON_P_H
6#define QQUICKLABSPLATFORMSYSTEMTRAYICON_P_H
19#include <QtCore/qurl.h>
20#include <QtCore/qrect.h>
21#include <QtGui/qpa/qplatformsystemtrayicon.h>
22#include <QtQml/qqmlparserstatus.h>
23#include <QtQml/qqml.h>
31class QQuickLabsPlatformMenu;
37 QML_NAMED_ELEMENT(SystemTrayIcon)
75 void showMessage(
const QString &title,
const QString &message,
105 QPlatformSystemTrayIcon *m_handle;
QT_REQUIRE_CONFIG(thread)