summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-11 21:37:12 +0200
committerTannin <devnull@localhost>2015-05-11 21:37:12 +0200
commit5a908442d646b5f3dbf7d22fc2331c8cc2b0d15a (patch)
treeda512fa0d23e2e351104d6703d71d314b5423021 /src/mainwindow.h
parent328244692b9e4bd216be95edbb0d0f944dbcb34a (diff)
dropping an url on the download widget now attempts to download the url
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
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;