mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #137] [MERGED] Fix readme quick overview example #221
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#221
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?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/137
Author: @nolav
Created: 5/18/2019
Status: ✅ Merged
Merged: 5/25/2019
Merged by: @MaxMommersteeg
Base:
develop← Head:fixReadmeQuickOverviewExample📝 Commits (2)
85be173Fix Readme quick overview section to include a working exampleec647e6Consistent naming and comments in quick overview example📊 Changes
1 file changed (+96 additions, -71 deletions)
View changed files
📝
README.md(+96 -71)📄 Description
#136
Modified the example to be fully working and copy-pastable for users new to using QmlNet that would like to test for proper installation before moving forward. The example now includes proper
usingstatements as well as a call toRuntimeManager.DiscoverOrDownloadSuitableQtRuntime();to prevent exceptions when executingvar app = new QGuiApplication(args).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.