Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Feb 2, 2025

Conversation

camporter
Copy link
Contributor

To be able to add libnotify support in #5881, QT keywords conflict with glib and other libraries so try disabling them.

Not sure what the feeling is on including/excluding emit and not using keywords. It avoids some ugliness having to undef things and redef them 🙂

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/widgets/helper/ResizingTextEdit.hpp Show resolved Hide resolved
Copy link
Contributor

@Nerixyz Nerixyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, now we can use emit, slots, and signals in member names! 🎉

src/common/SignalVectorModel.hpp Outdated Show resolved Hide resolved
@pajlada pajlada enabled auto-merge (squash) February 2, 2025 09:38
@pajlada pajlada merged commit 65e9784 into Chatterino:master Feb 2, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants