Reviewing merge request #6: added multi-page result support (one webview)
This implementation only uses one webview, to reduce memory consumption.
Commits that would be merged:
Comments
Pushed new version 1
Looking very good!!
I’ll try to get it merged tomorrow :–)
+ m_showtimesBaseUrl = QUrl("http://www.google.com/movies");
I'm calling m_movies.clear() here. That way, if you check movie showtimes in two different locations, only the right movies are shown.
+ m_showtimesBaseUrl = QUrl("http://www.google.com/movies");
Also, instead of the static int numCalled, I used a member m_parsedPages, which I clear at the same time as the m_movies one. That way, you can check movie showtimes multiple times.
Although I mention these comments here, you don’t need to update the merge request: they were small modifications and I already did them myself.
Thanks! I've merged this into master, and it’ll be available in the next release.


Add a new comment:
Login or create an account to post a comment