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

Rework MMRelationReferenceEditor #3337

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

tomasMizera
Copy link
Collaborator

We were missing several properties to capture, it was likely not working before

Copy link

github-actions bot commented Apr 18, 2024

Pull Request Test Coverage Report for Build 8739567529

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.02%) to 60.002%

Files with Coverage Reduction New Missed Lines %
input/core/merginuserinfo.cpp 3 72.99%
Totals Coverage Status
Change from base Build 8736157539: -0.02%
Covered Lines: 7577
Relevant Lines: 12628

💛 - Coveralls

Copy link
Contributor

@uclaros uclaros left a comment

Choose a reason for hiding this comment

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

Just a couple of minor comments

@@ -8,38 +8,45 @@
***************************************************************************/

import QtQuick
import QtQuick.Controls
//import QtQuick.Controls
Copy link
Contributor

Choose a reason for hiding this comment

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

cleanup?

}

onContentClicked: {
textField.onReleased: { // can be opened when when the field is readonly
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
textField.onReleased: { // can be opened when when the field is readonly
textField.onReleased: { // can be opened even when the field is readonly

@PeterPetrik PeterPetrik merged commit b2c51f4 into rework-base-input Apr 18, 2024
11 checks passed
@PeterPetrik PeterPetrik deleted the rework-relation-reference branch April 18, 2024 15:46
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.

3 participants