aboutsummaryrefslogtreecommitdiff
path: root/src/lib/downloads/downloadswidget.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-20 18:08:56 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-20 18:08:56 +0100
commit2abe26db203c75798775a42eae2d7dc7ab9bf354 (patch)
treecf273c92e1fdc68fcca90409bad160b4d7fe27e6 /src/lib/downloads/downloadswidget.h
parentAdded SSL cert warnings (diff)
downloadsmolbote-2abe26db203c75798775a42eae2d7dc7ab9bf354.tar.xz
Bug fixes
.config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage
Diffstat (limited to 'src/lib/downloads/downloadswidget.h')
-rw-r--r--src/lib/downloads/downloadswidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/downloads/downloadswidget.h b/src/lib/downloads/downloadswidget.h
index a6dcf71..a601147 100644
--- a/src/lib/downloads/downloadswidget.h
+++ b/src/lib/downloads/downloadswidget.h
@@ -21,7 +21,7 @@ class DownloadsWidget : public QWidget
Q_OBJECT
public:
- explicit DownloadsWidget(const QString path, QWidget *parent = 0);
+ explicit DownloadsWidget(const QString &downloadPath, QWidget *parent = nullptr);
~DownloadsWidget();
public slots: