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

Legend badge visual glitche + a pair of value map issues addressed #5355

Merged
merged 3 commits into from
Jun 19, 2024

Conversation

nirvn
Copy link
Member

@nirvn nirvn commented Jun 19, 2024

@SeqLaz , this takes care of the two issues you reported in clickup.

@3nids , this also takes care of the issue your client reported which you mentioned in Google Chat.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

src/core/valuemapmodelbase.cpp Show resolved Hide resolved
src/core/valuemapmodelbase.cpp Show resolved Hide resolved
@qfield-fairy
Copy link
Collaborator

const QVariantList list = map.toList();
if ( !list.empty() )
if ( !list.empty() ) // QGIS 3
Copy link
Collaborator

Choose a reason for hiding this comment

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

What QGIS 3 means here?

Copy link
Member Author

Choose a reason for hiding this comment

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

QGIS 3.0 vs QGIS 2.0

Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need comments that something is QGIS 3.0 API and not QGIS 2.0, since we are waiting for QGIS 4 to get released in the next year or so?

@nirvn nirvn merged commit b5d593e into master Jun 19, 2024
25 checks passed
@nirvn nirvn deleted the 33_fixes branch June 19, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants