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

fix: availableSizes not work on Qt6 #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kegechen
Copy link
Contributor

@kegechen kegechen commented Sep 4, 2024

Qt6 QIconEngine::availableSizes will not call
virtual_hook(QIconEngine::AvailableSizesHook

deepin-ci-robot added a commit to linuxdeepin/dtk6gui that referenced this pull request Sep 4, 2024
Synchronize source files from linuxdeepin/dtkgui.

Source-pull-request: linuxdeepin/dtkgui#255
@deepin-bot
Copy link
Contributor

deepin-bot bot commented Sep 4, 2024

Doc Check bot
🟡 some documents missing!

File Line Symbol
src/util/private/dbuiltiniconengine_p.h 41 QThemeIconInfo Dtk::Gui::DBuiltinIconEngine::loadIcon

Qt6 QIconEngine::availableSizes will not call
virtual_hook(QIconEngine::AvailableSizesHook
deepin-ci-robot added a commit to linuxdeepin/dtk6gui that referenced this pull request Sep 9, 2024
Synchronize source files from linuxdeepin/dtkgui.

Source-pull-request: linuxdeepin/dtkgui#255
@deepin-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 18202781743, kegechen

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

ensureLoaded();

QList<QSize> sizes;
int N = m_info.entries.size();
Copy link
Member

Choose a reason for hiding this comment

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

const auto N

{
ensureIconTheme();

auto availableSizes = m_dciIcon.availableSizes(dciTheme(), DDciIcon::Normal);
Copy link
Member

Choose a reason for hiding this comment

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

const auto

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.

4 participants