QML UI: clear the previous list when downloading

When you start a new session with Download from DC, clear out the table
from the last attempt before adding the page.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-16 01:22:44 -07:00
parent 27deb317b0
commit 77a3e6ac70
3 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@ Kirigami.Page {
title: qsTr("Dive Computer")
property bool selectAll : false
property alias dcImportModel: importModel
DCDownloadThread {
id: downloadThread