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

Skins: path tweaks and log cleanup #12482

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented Dec 30, 2023

Some polishing / follow-up for #12463

Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

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

The rest LGTM


// Fallback to default skin as last resort
const QString defaultSkinName = getDefaultSkinName();
DEBUG_ASSERT(!defaultSkinName.isEmpty());
pSkin = getSkin(defaultSkinName);
VERIFY_OR_DEBUG_ASSERT(pSkin && pSkin->isValid()) {
qWarning() << "Failed to load default skin" << defaultSkinName;
qWarning() << "Can find default skin" << defaultSkinName;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
qWarning() << "Can find default skin" << defaultSkinName;
qWarning() << "Can't find default skin" << defaultSkinName;

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

@daschuer daschuer merged commit 8d87885 into mixxxdj:2.4 Feb 7, 2024
13 checks passed
@ronso0 ronso0 deleted the skins-path-tweaks branch February 7, 2024 07:34
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