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

Allow loading QML from string (issue #1) #13

Merged
merged 1 commit into from
Jun 4, 2015

Conversation

liamsi
Copy link
Contributor

@liamsi liamsi commented Jun 3, 2015

added function load_data to Engine
added example (did not use include_str!(), but create a string from the example QML file)

added function `load_data` to `Engine`
added example (did not use  include_str!(), but create a string from the example QML file)
@liamsi
Copy link
Contributor Author

liamsi commented Jun 3, 2015

Hey there, feel free to merge or to ignore (and close) this PR.
I am quite new to Rust and I am especially curious about the FFI things. This issue (though assigned to you) was an interesting exercise for me.

cyndis added a commit that referenced this pull request Jun 4, 2015
Allow loading QML from string (issue #1)
@cyndis cyndis merged commit a8df6ac into cyndis:master Jun 4, 2015
@cyndis
Copy link
Owner

cyndis commented Jun 4, 2015

Thanks!

@liamsi liamsi deleted the load_from_string branch June 4, 2015 20:21
@liamsi liamsi mentioned this pull request Jun 13, 2015
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.

2 participants