aboutsummaryrefslogtreecommitdiff
path: root/lib/downloads/downloadswidget.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-03-15 17:30:45 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-03-15 17:30:45 +0100
commit1db5ea9fe9ca588852397a7d05d49267b0258e29 (patch)
treea3909d64319177e773c8f6a0057446669d1f145e /lib/downloads/downloadswidget.h
parentMoved Configuration class into library (diff)
downloadsmolbote-1db5ea9fe9ca588852397a7d05d49267b0258e29.tar.xz
Add pause/resume/cancel buttons to download
Diffstat (limited to 'lib/downloads/downloadswidget.h')
-rw-r--r--lib/downloads/downloadswidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/downloads/downloadswidget.h b/lib/downloads/downloadswidget.h
index 9ec95bb..3d5fcb8 100644
--- a/lib/downloads/downloadswidget.h
+++ b/lib/downloads/downloadswidget.h
@@ -6,8 +6,8 @@
* SPDX-License-Identifier: GPL-3.0
*/
-#ifndef DOWNLOADDIALOG_H
-#define DOWNLOADDIALOG_H
+#ifndef SMOLBOTE_DOWNLOADDIALOG_H
+#define SMOLBOTE_DOWNLOADDIALOG_H
#include <QDialog>
@@ -23,7 +23,7 @@ class DownloadsWidget : public QDialog
public:
explicit DownloadsWidget(const QString &downloadPath, QWidget *parent = nullptr);
- ~DownloadsWidget();
+ ~DownloadsWidget() override;
public slots:
void addDownload(QWebEngineDownloadItem *item);
@@ -36,4 +36,4 @@ private:
QString m_downloadPath;
};
-#endif // DOWNLOADDIALOG_H
+#endif // SMOLBOTE_DOWNLOADDIALOG_H