mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #23] [MERGED] Added support for "Net.gcCollect()" in Qml. #172
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#172
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/23
Author: @pauldotknopf
Created: 7/21/2018
Status: ✅ Merged
Merged: 7/21/2018
Merged by: @pauldotknopf
Base:
master← Head:net-gccollect📝 Commits (1)
f91887eAdded 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.