1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: Add Q_OBJECT macro to NotificationGenerator

Qt requires it for QObject-derived classes.
This commit is contained in:
Anthony Bilinski 2022-03-11 03:34:31 -08:00
parent cb4af27791
commit 25c8904416
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -32,6 +32,8 @@
class NotificationGenerator : public QObject
{
Q_OBJECT
public:
NotificationGenerator(
INotificationSettings const& notificationSettings,