┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/selectionmode
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-12-20 21:54:57 +0100
committerLaurent Montel <[email protected]>2022-12-20 21:54:57 +0100
commit7d3bf84e9dd1f8ec7a9b7becdb08866e9e1e15eb (patch)
tree0b6ca459b598e0b58c43553074b5f34c57d91dbc /src/selectionmode
parent2fd151774cf4c5a79f698442feead29d23a63b95 (diff)
Remove duplicate headers between cpp/h files
Diffstat (limited to 'src/selectionmode')
-rw-r--r--src/selectionmode/bottombar.cpp1
-rw-r--r--src/selectionmode/bottombarcontentscontainer.cpp1
-rw-r--r--src/selectionmode/topbar.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/selectionmode/bottombar.cpp b/src/selectionmode/bottombar.cpp
index af9f9dd07..c912dd489 100644
--- a/src/selectionmode/bottombar.cpp
+++ b/src/selectionmode/bottombar.cpp
@@ -9,7 +9,6 @@
#include "bottombarcontentscontainer.h"
#include "backgroundcolorhelper.h"
-#include "global.h"
#include <QGridLayout>
#include <QResizeEvent>
diff --git a/src/selectionmode/bottombarcontentscontainer.cpp b/src/selectionmode/bottombarcontentscontainer.cpp
index 1634cf4c9..522afcd01 100644
--- a/src/selectionmode/bottombarcontentscontainer.cpp
+++ b/src/selectionmode/bottombarcontentscontainer.cpp
@@ -18,7 +18,6 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QMenu>
-#include <QPushButton>
#include <QToolButton>
#include <QVBoxLayout>
diff --git a/src/selectionmode/topbar.cpp b/src/selectionmode/topbar.cpp
index 0b4cbbda6..b2934a4d7 100644
--- a/src/selectionmode/topbar.cpp
+++ b/src/selectionmode/topbar.cpp
@@ -15,7 +15,6 @@
#include <QHBoxLayout>
#include <QLabel>
-#include <QPropertyAnimation>
#include <QPushButton>
#include <QScrollArea>
#include <QStyle>