diff options
author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-05-11 12:38:14 +0200 |
---|---|---|
committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-05-11 12:38:14 +0200 |
commit | a99a9146330b60380c880ffd3d14beb70b3701a9 (patch) | |
tree | 1d7f2254b80093742a53f517cd9ce0a4b43f25a3 /src/webwindow.cpp | |
parent | 74bb7167422be687c3358ed10b9dab37cdd490a0 (diff) |
remove unused includes
Diffstat (limited to 'src/webwindow.cpp')
-rw-r--r-- | src/webwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webwindow.cpp b/src/webwindow.cpp index 0c8b663..e8a83ad 100644 --- a/src/webwindow.cpp +++ b/src/webwindow.cpp @@ -7,7 +7,6 @@ #include <QtWidgets/QApplication> #include <QtWidgets/QFileDialog> #include <filesystem> -#include <iostream> #include "QtWebEngineCore/qwebenginedownloadrequest.h" #include "permissionmanager.hpp" |