Browse Source

chore: Add Q_OBJECT macro to NotificationGenerator

Qt requires it for QObject-derived classes.
reviewable/pr6556/r1
Anthony Bilinski 3 years ago
parent
commit
25c8904416
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      src/model/notificationgenerator.h

2
src/model/notificationgenerator.h

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

Loading…
Cancel
Save