Disable QT keywords to avoid clashes with other libraries. (#5882)

This commit is contained in:
cmp
2025-02-02 04:08:11 -06:00
committed by GitHub
parent f629eecaa7
commit 65e97846aa
37 changed files with 51 additions and 49 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ void GenericListView::focusPreviousCompletion()
void GenericListView::requestClose()
{
emit this->closeRequested();
this->closeRequested();
}
} // namespace chatterino
+1 -1
View File
@@ -26,7 +26,7 @@ public:
void refreshTheme(const Theme &theme);
signals:
Q_SIGNALS:
void closeRequested();
private: