s/slots/Q_SLOTS and s/signals/Q_SIGNALS
This commit is contained in:
@@ -70,10 +70,10 @@ public:
|
||||
Q_INVOKABLE QVariantList history();
|
||||
Q_INVOKABLE QVariantList filterModel(const QString &filter);
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void historyChanged();
|
||||
|
||||
public slots:
|
||||
public Q_SLOTS:
|
||||
void emojiUsed(QVariant modelData);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user