From 1db5ea9fe9ca588852397a7d05d49267b0258e29 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 15 Mar 2018 17:30:45 +0100 Subject: Add pause/resume/cancel buttons to download --- lib/downloads/downloadswidget.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/downloads/downloadswidget.h') 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 @@ -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 -- cgit v1.2.1