diff options
| author | Laurent Montel <[email protected]> | 2022-09-26 08:17:13 +0200 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2022-09-26 08:17:13 +0200 |
| commit | e19aa49a082076d5ae69931893c1d47b98f85e30 (patch) | |
| tree | 937f199ccdd30b7fdabc7becafae50607cb4bf91 /src/selectionmode | |
| parent | c9271bf5b89f6995ae8ec5740880c752e7e6d982 (diff) | |
Remove unused includes
Diffstat (limited to 'src/selectionmode')
| -rw-r--r-- | src/selectionmode/backgroundcolorhelper.cpp | 1 | ||||
| -rw-r--r-- | src/selectionmode/bottombar.cpp | 1 | ||||
| -rw-r--r-- | src/selectionmode/topbar.cpp | 2 | ||||
| -rw-r--r-- | src/selectionmode/topbar.h | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/src/selectionmode/backgroundcolorhelper.cpp b/src/selectionmode/backgroundcolorhelper.cpp index fc5403152..893a75ccf 100644 --- a/src/selectionmode/backgroundcolorhelper.cpp +++ b/src/selectionmode/backgroundcolorhelper.cpp @@ -11,7 +11,6 @@ #include <QGuiApplication> #include <QPalette> -#include <QtGlobal> #include <QWidget> using namespace SelectionMode; diff --git a/src/selectionmode/bottombar.cpp b/src/selectionmode/bottombar.cpp index 529384435..af9f9dd07 100644 --- a/src/selectionmode/bottombar.cpp +++ b/src/selectionmode/bottombar.cpp @@ -15,7 +15,6 @@ #include <QResizeEvent> #include <QScrollArea> #include <QStyle> -#include <QtGlobal> #include <QTimer> using namespace SelectionMode; diff --git a/src/selectionmode/topbar.cpp b/src/selectionmode/topbar.cpp index 67cac87cd..0b4cbbda6 100644 --- a/src/selectionmode/topbar.cpp +++ b/src/selectionmode/topbar.cpp @@ -15,12 +15,10 @@ #include <QHBoxLayout> #include <QLabel> -#include <QPalette> #include <QPropertyAnimation> #include <QPushButton> #include <QScrollArea> #include <QStyle> -#include <QtGlobal> using namespace SelectionMode; diff --git a/src/selectionmode/topbar.h b/src/selectionmode/topbar.h index b7374ff3b..820af23c6 100644 --- a/src/selectionmode/topbar.h +++ b/src/selectionmode/topbar.h @@ -12,7 +12,6 @@ #include <QPointer> #include <QPropertyAnimation> -#include <QStyle> #include <QWidget> class QHideEvent; |
