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:
parent
cb4af27791
commit
25c8904416
|
@ -32,6 +32,8 @@
|
||||||
|
|
||||||
class NotificationGenerator : public QObject
|
class NotificationGenerator : public QObject
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
NotificationGenerator(
|
NotificationGenerator(
|
||||||
INotificationSettings const& notificationSettings,
|
INotificationSettings const& notificationSettings,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user