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

修复含有“.”的歌曲文件的文件名不能被正确识别 #28

Merged
merged 1 commit into from
Oct 1, 2019
Merged

Conversation

pzhlkj6612
Copy link
Member

使用 QFileInfo::completeBaseName() 而不是 QFileInfo::baseName(),避免文件名在第一个“.”处结束。

https://doc.qt.io/qt-5/qfileinfo.html#completeBaseName

使用 QFileInfo::completeBaseName() 而不是 QFileInfo::baseName(),避免文件名在第一个“.”处结束。
Copy link
Member

@BensonLaur BensonLaur left a comment

Choose a reason for hiding this comment

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

ok

@BensonLaur BensonLaur merged commit 14a0c1c into BesLyric-for-X:master Oct 1, 2019
@pzhlkj6612 pzhlkj6612 added this to the Next Release milestone Feb 24, 2020
@BensonLaur BensonLaur mentioned this pull request Feb 29, 2020
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

2 participants