Update to match the current API of DanbooruService

This commit is contained in:
Luca Beltrame 2015-02-13 07:47:43 +01:00
parent 0200965e99
commit 929a099760

View file

@ -203,7 +203,7 @@ Rectangle {
onAtYEndChanged: {
if (grid.atYEnd) {
danbooruService.getPostList(2, "", 10)
danbooruService.nextPostPage()
}
}