[PR #23] [MERGED] Added support for "Net.gcCollect()" in Qml. #172

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

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/23
Author: @pauldotknopf
Created: 7/21/2018
Status: Merged
Merged: 7/21/2018
Merged by: @pauldotknopf

Base: masterHead: net-gccollect


📝 Commits (1)

  • f91887e Added support for "Net.gcCollect()" in Qml.

📊 Changes

10 files changed (+110 additions, -213 deletions)

View changed files

📝 src/native/QmlNet/QmlNet.pro (+1 -1)
📝 src/native/QmlNet/QmlNet/qml/QQmlApplicationEngine.cpp (+47 -3)
📝 src/native/QmlNet/QmlNet/qml/QQmlApplicationEngine.h (+28 -0)
📝 src/native/QmlNet/QmlNet/types/Callbacks.cpp (+6 -0)
📝 src/native/QmlNet/QmlNet/types/Callbacks.h (+2 -0)
📝 src/net/Qml.Net.Sandbox/Program.UI.cs (+0 -74)
📝 src/net/Qml.Net.Sandbox/main.qml (+1 -126)
📝 src/net/Qml.Net.Tests/Qml/LifetimeTests.cs (+3 -8)
📝 src/net/Qml.Net/Callbacks.cs (+17 -1)
📝 src/net/Qml.Net/Internal/DefaultCallbacks.cs (+5 -0)

📄 Description

This also opens the doors to many other interactions with .NET from Qml. For example, a Net.create("full type name", ctrArg1, ctrArg2), etc.


🔄 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/23 **Author:** [@pauldotknopf](https://github.com/pauldotknopf) **Created:** 7/21/2018 **Status:** ✅ Merged **Merged:** 7/21/2018 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `master` ← **Head:** `net-gccollect` --- ### 📝 Commits (1) - [`f91887e`](https://github.com/qmlnet/qmlnet/commit/f91887e1245c412a8f79d1b7d9c6fe92ba8c2ae8) Added support for "Net.gcCollect()" in Qml. ### 📊 Changes **10 files changed** (+110 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `src/native/QmlNet/QmlNet.pro` (+1 -1) 📝 `src/native/QmlNet/QmlNet/qml/QQmlApplicationEngine.cpp` (+47 -3) 📝 `src/native/QmlNet/QmlNet/qml/QQmlApplicationEngine.h` (+28 -0) 📝 `src/native/QmlNet/QmlNet/types/Callbacks.cpp` (+6 -0) 📝 `src/native/QmlNet/QmlNet/types/Callbacks.h` (+2 -0) 📝 `src/net/Qml.Net.Sandbox/Program.UI.cs` (+0 -74) 📝 `src/net/Qml.Net.Sandbox/main.qml` (+1 -126) 📝 `src/net/Qml.Net.Tests/Qml/LifetimeTests.cs` (+3 -8) 📝 `src/net/Qml.Net/Callbacks.cs` (+17 -1) 📝 `src/net/Qml.Net/Internal/DefaultCallbacks.cs` (+5 -0) </details> ### 📄 Description This also opens the doors to many other interactions with .NET from Qml. For example, a ```Net.create("full type name", ctrArg1, ctrArg2)```, etc. --- <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:20:08 -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#172
No description provided.