Skip to content

ThreadResult: use FileWithDetails for mFiles #7598

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

firewave
Copy link
Collaborator

No description provided.

@@ -58,14 +58,15 @@ void ThreadResult::reportErr(const ErrorMessage &msg)
emit debugError(item);
}

QString ThreadResult::getNextFile()
void ThreadResult::getNextFile(const FileWithDetails*& file)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we return the pointer instead of using outparam?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I tried to keep it in line with the existing code here and the duplicated code in ThreadData from threadexecutor.cpp.

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.

2 participants