Disable QT keywords to avoid clashes with other libraries. (#5882)
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
||||
|
||||
bool eventFilter(QObject *obj, QEvent *event) override;
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void insertCompletion(const QString &completion);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user