Fix misc issues

This commit is contained in:
Lipu Fei 2019-03-26 11:47:04 +01:00
parent 418ad73a63
commit a6d05aa3bb
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ Item
// Convenience properties
property var progressValue: model == null ? 0 : model.currentProgress
property string pageUrl: currentItem == null ? null : currentItem.page_url
property string pageUrl: currentItem == null ? "" : currentItem.page_url
signal showNextPage()
signal showPreviousPage()