mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #67] Missing header file? #39
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @khionu on GitHub (Sep 9, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/67
I'm trying to find the behavior of
QQmlApplicationEngine.LoadData(string), and I reached a dead end in the C++ code. I'm not exactly well versed in C++, but I noticed this header import that doesn't exist in the repository? I was hoping you could explain this.https://github.com/pauldotknopf/Qml.Net/blob/develop/src/native/QmlNet/QmlNet/qml/QQmlApplicationEngine.cpp#L6
Additionally, if you have a better venue for discussion, I would appreciate a link, and would suggest putting it in your README.
@pauldotknopf commented on GitHub (Sep 9, 2018):
This is the C++ you are looking for:
93d97ecc94/src/native/QmlNet/QmlNet/qml/QQmlApplicationEngine.cpp (L35)You can chat here: https://qmlnet.slack.com/
@khionu commented on GitHub (Sep 9, 2018):
Slack is an invite-only platform. If you don't mind inviting me, you can use the email I use in my commits
dev@khionu.net, otherwise we would have to use another platform.@pauldotknopf commented on GitHub (Sep 21, 2018):
I added the new chat link to the README. Here it is: https://gitter.im/godarch/Lobby
Did you find everything you were looking for?
@khionu commented on GitHub (Sep 21, 2018):
I'm afraid not. The header I linked is not anywhere I can find. I did figure out the behavior from experimenting, but that doesn't solve the mystery I opened this for.