[PR #137] [MERGED] Fix readme quick overview example #221

Closed
opened 2026-05-05 11:21:05 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: developHead: fixReadmeQuickOverviewExample


📝 Commits (2)

  • 85be173 Fix Readme quick overview section to include a working example
  • ec647e6 Consistent 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 using statements as well as a call to RuntimeManager.DiscoverOrDownloadSuitableQtRuntime(); to prevent exceptions when executing var app = new QGuiApplication(args).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/137 **Author:** [@nolav](https://github.com/nolav) **Created:** 5/18/2019 **Status:** ✅ Merged **Merged:** 5/25/2019 **Merged by:** [@MaxMommersteeg](https://github.com/MaxMommersteeg) **Base:** `develop` ← **Head:** `fixReadmeQuickOverviewExample` --- ### 📝 Commits (2) - [`85be173`](https://github.com/qmlnet/qmlnet/commit/85be1739338502d7f0c17dcbf0323e6f5ffc3ead) Fix Readme quick overview section to include a working example - [`ec647e6`](https://github.com/qmlnet/qmlnet/commit/ec647e68e22575849aba374046d444f9a07eff94) Consistent naming and comments in quick overview example ### 📊 Changes **1 file changed** (+96 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+96 -71) </details> ### 📄 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 `using` statements as well as a call to `RuntimeManager.DiscoverOrDownloadSuitableQtRuntime();` to prevent exceptions when executing `var app = new QGuiApplication(args)`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:21:05 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#221
No description provided.