Disable QT keywords to avoid clashes with other libraries. (#5882)
This commit is contained in:
@@ -213,7 +213,7 @@ void GenericListView::focusPreviousCompletion()
|
||||
|
||||
void GenericListView::requestClose()
|
||||
{
|
||||
emit this->closeRequested();
|
||||
this->closeRequested();
|
||||
}
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
@@ -26,7 +26,7 @@ public:
|
||||
|
||||
void refreshTheme(const Theme &theme);
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void closeRequested();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user