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

There's only one thing I don't like #57

Closed
jamesrf999 opened this issue Sep 6, 2013 · 2 comments
Closed

There's only one thing I don't like #57

jamesrf999 opened this issue Sep 6, 2013 · 2 comments

Comments

@jamesrf999
Copy link

class Foo < Qt::Widget

def initialize
puts 'This called twice'
super
puts 'This called once'
end

end

This is a real hidden gotcha that seriously catch you out! Any other way of doing this?

Been using these bindings seriously for the first time and they are absolutely fantastic!

Cheers,
James

@jmthomas
Copy link
Collaborator

We are aware of this but don't have a fix yet.

@jmthomas
Copy link
Collaborator

Added a comment about this to the FAQs

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

No branches or pull requests

2 participants