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

QJsonObject pretty printer #2

Merged
merged 2 commits into from Mar 20, 2017
Merged

QJsonObject pretty printer #2

merged 2 commits into from Mar 20, 2017

Conversation

kropp
Copy link
Contributor

@kropp kropp commented Feb 8, 2017

No description provided.

Copy link
Owner

@Lekensteyn Lekensteyn left a comment

Choose a reason for hiding this comment

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

Thanks for your PR! Have some questions though

core.py Outdated
@@ -713,7 +713,7 @@ class QVariantPrinter:
def __init__(self, val):
self.val = val

def children(self):
def tmp(self):
Copy link
Owner

Choose a reason for hiding this comment

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

What does this do? The to_string change below seems a copy/paste, does it need some other form of transformation?

@kropp
Copy link
Contributor Author

kropp commented Feb 8, 2017

Thanks! Fixed. Should have removed it before submitting.

The change is to render underlying value directly.

@Lekensteyn
Copy link
Owner

LGTM, thanks!

@Lekensteyn Lekensteyn merged commit ecde2f6 into Lekensteyn:master Mar 20, 2017
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