┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2020-10-23 07:43:43 +0200
committerLaurent Montel <[email protected]>2020-10-23 07:43:43 +0200
commit47a5071fc9eace09cdc9e4e89eacda06fb893194 (patch)
treec4f39a94d607021f6c9a14b1e91a0a413a438e07 /src/dolphinmainwindow.cpp
parenteb441b11885fc44dcba1bef693b95819657ed753 (diff)
If include is define in .h remove it if it's defined in .cpp too (scripted)
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 0fb953312..8bc890f04 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -70,7 +70,6 @@
#include <QDialog>
#include <QFileInfo>
#include <QLineEdit>
-#include <QMenu>
#include <QMenuBar>
#include <QPushButton>
#include <QShowEvent>