added signal-slot connection between corecontroller and systemtraynofificationhandler updating websiteurl
This commit is contained in:
parent
979ab42c5a
commit
95d48d8a2d
4 changed files with 19 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ public:
|
|||
|
||||
void onTranslationsUpdated() override;
|
||||
|
||||
public slots:
|
||||
void updateWebsiteUrl(const QString &newWebsiteUrl);
|
||||
|
||||
protected:
|
||||
virtual void notify(Message type, const QString& title,
|
||||
const QString& message, int timerMsec) override;
|
||||
|
|
@ -48,6 +51,7 @@ private:
|
|||
const QString ConnectedTrayIconName = "active.png";
|
||||
const QString DisconnectedTrayIconName = "default.png";
|
||||
const QString ErrorTrayIconName = "error.png";
|
||||
QString websiteUrl = "https://amnezia.org";
|
||||
};
|
||||
|
||||
#endif // SYSTEMTRAY_NOTIFICATIONHANDLER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue