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

Make QCoroTask header contain only declarations #183

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

danvratil
Copy link
Owner

Definitions are moved into private files inside the impl/ subdirectory. This makes the header cleaner and easier to read and also solves repeated problem with the need for out-of-line definitions for some methods as they refer to other classes declared in the QCoroTask header.

This is a fully source-compatible change.

@danvratil danvratil force-pushed the feature/split-qcorotask-to-impl branch 3 times, most recently from 14ac1c7 to 7a52714 Compare August 3, 2023 13:10
Definitions are moved into private files inside the impl/ subdirectory.
This makes the header cleaner and easier to read and also solves repeated
problem with the need for out-of-line definitions for some methods as
they refer to other classes declared in the QCoroTask header.

This is a fully source-compatible change.
@danvratil danvratil force-pushed the feature/split-qcorotask-to-impl branch from 7a52714 to 930696d Compare August 3, 2023 13:38
@danvratil danvratil merged commit 3642892 into main Aug 3, 2023
36 checks passed
@danvratil danvratil deleted the feature/split-qcorotask-to-impl branch August 3, 2023 17:29
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.

None yet

1 participant