Skip to content
Snippets Groups Projects
Commit 70c4397e authored by akiraohgaki's avatar akiraohgaki
Browse files

Add function for downloadProgress signal

parent c075481d
Branches
Tags
No related merge requests found
......@@ -89,6 +89,10 @@ Window {
errorDialog.open();
});
xdgUrlHandler.downloadProgress.connect(function(received, total) {
console.log([received, total]);
});
if (xdgUrlHandler.isValid()) {
confirmDialog.text = 'Do you want to ' + metadata.command + '?';
confirmDialog.informativeText = metadata.filename;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment