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

Qt 5.15 switch before Qt 6 switch #643

Merged
merged 5 commits into from
Feb 20, 2025
Merged

Qt 5.15 switch before Qt 6 switch #643

merged 5 commits into from
Feb 20, 2025

Conversation

ubuntolog
Copy link
Collaborator

The branch includes the changes to avoid warnings while compiling with Qt 5.15.

@@ -56,7 +56,7 @@ class ConcreteTool
foreach(QString bam, bams)
{
Statistics::avgCoverage(file, bam, getInt("min_mapq"), getInt("threads"), getInt("decimals"), getInfile("ref"), getFlag("random_access"), getFlag("debug"));
header += "\t" + QFileInfo(bam).baseName();
header += "\t" + QFileInfo(bam).baseName().toLocal8Bit();
Copy link
Member

Choose a reason for hiding this comment

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

use toUtf8 instead!

@ubuntolog ubuntolog merged commit dd7ea44 into master Feb 20, 2025
6 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.

2 participants