Skip to content

Make QCoroTask header contain only declarations#183

Merged
danvratil merged 1 commit intomainfrom
feature/split-qcorotask-to-impl
Aug 3, 2023
Merged

Make QCoroTask header contain only declarations#183
danvratil merged 1 commit intomainfrom
feature/split-qcorotask-to-impl

Conversation

@danvratil
Copy link
Collaborator

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
@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.

1 participant