Fancy effects: add fancy effects support for messageeventmodel

This commit is contained in:
Alexey Andreyev
2021-02-08 21:02:08 +03:00
committed by Carl Schwan
parent 5ab44f1897
commit 45c9295d49
2 changed files with 32 additions and 0 deletions

View File

@@ -89,4 +89,5 @@ private:
Q_SIGNALS:
void roomChanged();
void fancyEffectsReasonFound(const QString &fancyEffect);
};