Merge pull request #1875 from csoler/v0.6-GxsGroup

Add group change notifications (e.g. circle invites, forum moderation, etc)
This commit is contained in:
csoler 2020-05-17 22:37:03 +02:00 committed by GitHub
commit d52d9c909b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 2678 additions and 2188 deletions

View file

@ -31,6 +31,7 @@ public:
TransferUserNotify(QObject *parent = 0);
virtual bool hasSetting(QString *name, QString *group);
virtual QString textInfo() const override { return tr("completed transfer(s)"); }
private:
virtual QIcon getIcon();