NotificationHandler systemtray

This commit is contained in:
pokamest 2021-11-28 17:28:25 +03:00
parent 67d413956d
commit d28a2ebc57
9 changed files with 211 additions and 216 deletions

View file

@ -31,13 +31,16 @@ public:
void messageClickHandle();
public slots:
void showVpnStateNotification(VpnProtocol::ConnectionState state);
virtual void setConnectionState(VpnProtocol::ConnectionState state);
signals:
void notificationShown(const QString& title, const QString& message);
void notificationClicked(Message message);
void raiseRequested();
void connectRequested();
void disconnectRequested();
protected:
explicit NotificationHandler(QObject* parent);