-
Notifications
You must be signed in to change notification settings - Fork 102
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
fix: dictserver reimplemented with signal #1313
Conversation
a5a649b
to
7f41df4
Compare
This reminds me that there are some old code that moves some class declarations to the header files to deal with the However, this PR's approach is used by Qt itself and KDE aggressively. https://github.com/search?q=repo%3Aqt%2Fqtbase+%22.moc%22+language%3AC%2B%2B&type=code&l=C%2B%2B https://planet.kde.org/friedrich-kossebau-2023-06-28-include-also-moc-files-of-headers/ Maybe we can move the declarations under |
Can you start a new PR? |
Yes, I want to do it this weekend. |
we can define class with Q_OBJECT in a .cpp file by include .moc explicitly inspired by xiaoyifang#1313
Quality Gate failedFailed conditions 0.0% Coverage on New Code (required ≥ 80%) |
in #1338 |
No description provided.