mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #154] [MERGED] Fix parameter bug in NetQObject::invokeMethod #227
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#227
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/154
Author: @andy-fillebrown
Created: 7/20/2019
Status: ✅ Merged
Merged: 7/21/2019
Merged by: @pauldotknopf
Base:
develop← Head:develop📝 Commits (1)
0874f7fFix parameter bug in NetQObject::invokeMethod📊 Changes
1 file changed (+9 additions, -9 deletions)
View changed files
📝
src/native/QmlNet/QmlNet/qml/NetQObject.cpp(+9 -9)📄 Description
When setting up the QObject meta method arguments in
NetQObject::invokeMethod the 1st parameter is getting overwritten by
parameters 2 to 10 and parameters 2 to 10 are getting ignored. This
change fixes the issue and gets calling NetQObject::invokeMethod with
multiple parameters working as expected.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.