Comment 1 for bug 1358275

Revision history for this message
James Henstridge (jamesh) wrote :

Can you provide some code that demonstrates the bug?

I put together this simple program to try and reproduce the problem, but came up blank. When I run it, I get the following output:

    qml: Status changed to 1, count = 0
    qml: Status changed to 0, count = 5784

So the status property's notify signal is correctly firing for the Loading and Ready state changes. When I press enter, which updates the model to filter for artist "no such artist", I get some more output:

    qml: Status changed to 1, count = 0
    qml: Status changed to 0, count = 0

Since both the row count and status properties have notify signals, the bottom text component in the UI also updates to say "empty" at this point.