From 5a908442d646b5f3dbf7d22fc2331c8cc2b0d15a Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 11 May 2015 21:37:12 +0200 Subject: dropping an url on the download widget now attempts to download the url --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 7e59a7b0..405a39ef 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -254,6 +254,8 @@ private: void startMonitorSaves(); void stopMonitorSaves(); + void dropLocalFile(const QUrl &url, const QString &outputDir, bool move); + private: static const char *PATTERN_BACKUP_GLOB; -- cgit v1.3.1