5#include <QNetworkAccessManager>
6#include <QNetworkReply>
19 Notify(QObject *parent =
nullptr);
37void setLINE(
const QString& message,
const QString& token);
43 void handleNetworkReply(QNetworkReply *reply);
46 QNetworkAccessManager networkManager_{};
The Notify class provides a way to send notifications to different services.
Definition: notify.h:12
void setLINE(const QString &message, const QString &token)
Sends a notification to LINE messaging API with the provided message and token.
Definition: notify.cpp:12
virtual ~Notify()
Destroys the Notify object.
Definition: notify.cpp:10