diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-17 17:43:38 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-17 17:43:38 +0200 |
commit | e4ffd8374040d36c22125eeb534d884f56978592 (patch) | |
tree | 1917ed64bf8e6e391ebf46de79a6fea41e0dcf68 /lib/downloads/widgets | |
parent | Hovering over links shows them in the status bar again (diff) | |
download | smolbote-e4ffd8374040d36c22125eeb534d884f56978592.tar.xz |
Style pass
Diffstat (limited to 'lib/downloads/widgets')
-rw-r--r-- | lib/downloads/widgets/downloaditemwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/downloads/widgets/downloaditemwidget.cpp b/lib/downloads/widgets/downloaditemwidget.cpp index 576ae0c..2790c5c 100644 --- a/lib/downloads/widgets/downloaditemwidget.cpp +++ b/lib/downloads/widgets/downloaditemwidget.cpp @@ -8,8 +8,8 @@ #include "downloaditemwidget.h" #include "ui_downloaditemform.h" -#include <QUrl> #include <QStyle> +#include <QUrl> DownloadItemWidget::DownloadItemWidget(QWebEngineDownloadItem *item, QWidget *parent) : QWidget(parent) |