Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppActions is not signal emitted #28

Open
junhyeongkim opened this issue Jan 7, 2020 · 0 comments
Open

AppActions is not signal emitted #28

junhyeongkim opened this issue Jan 7, 2020 · 0 comments

Comments

@junhyeongkim
Copy link

Hello

I originally used Qt5.9.6 LTS and updated the version to QT5.12.6LTS this year.
But it's embarrassing that QuickFlux doesn't seem to emit a signal. I've been using it well in version 5.9.
I don't know why. I can't show the detail code, but I will show you how the flow works

Appaction.qml

import qtquick 2.0
import quickflux 1.0

ActionCreator {
.....
......
....
signal a()

}

test1.qml
...
....
.....
function test()
{
Appaction.a();
}

networkmiddleware.qml

import qtquick 2.0
import quickflux 1.1
import QtQuick.Dialogs 1.2

Middleware {
....
.......
.....
function a() {
console.log("HERE") //No log is taken.
}
}

I want to be logged. However, the log which was removed in the previous 5.9.6 version is not recorded after updating to 5.12.6. That is, no signal is emitted.
I searched like this, because there is nothing to search.
I'm Korean and I use Google Translate. I would be very grateful if you understood the wrong English.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant