Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Filelight
Commits
e9e98b61
Commit
e9e98b61
authored
Sep 25, 2022
by
Laurent Montel
Browse files
Remove unused include
parent
9828bce9
Pipeline
#236740
failed with stage
in 1 minute and 45 seconds
Changes
12
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/directoryIteratorTest.cpp
View file @
e9e98b61
...
...
@@ -2,7 +2,6 @@
// SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
#include
<QDebug>
#include
<QFileInfo>
#include
<QTest>
#include
"directoryIterator.h"
...
...
src/directoryIterator.h
View file @
e9e98b61
...
...
@@ -4,6 +4,7 @@
#pragma once
#include
"directoryEntry.h"
#include
<memory>
#ifdef Q_OS_WINDOWS
#include
"windowsWalker.h"
...
...
src/main.cpp
View file @
e9e98b61
...
...
@@ -12,6 +12,7 @@
#include
<QApplication>
#include
<QCommandLineParser>
#include
<QDir>
#include
<QIcon>
#include
<QQuickStyle>
#include
<QUrl>
...
...
src/mainContext.cpp
View file @
e9e98b61
...
...
@@ -10,7 +10,6 @@
#include
<KAboutData>
#include
<KActionCollection>
#include
<KConfigGroup>
#include
<KDeclarative/KDeclarative>
#include
<KIO/Global>
// upUrl
#include
<KLocalizedString>
...
...
src/mainContext.h
View file @
e9e98b61
...
...
@@ -10,8 +10,6 @@
#include
<QUrl>
#include
<KXmlGuiWindow>
#include
"Config.h"
class
QLabel
;
...
...
src/posixWalker.cpp
View file @
e9e98b61
...
...
@@ -2,6 +2,7 @@
// SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
#include
"posixWalker.h"
#include
<QDebug>
static
void
outputError
(
const
QByteArray
&
path
)
{
...
...
src/posixWalker.h
View file @
e9e98b61
...
...
@@ -11,8 +11,6 @@
#include
<cerrno>
#include
<QDebug>
#include
"directoryEntry.h"
class
POSIXWalker
...
...
src/radialMap/labels.h
View file @
e9e98b61
...
...
@@ -8,9 +8,6 @@
#pragma once
#include
<QFont>
#include
<QFontMetrics>
#include
<QPainter>
#include
<QVector>
#include
"Config.h"
#include
"fileTree.h"
...
...
src/radialMap/map.cpp
View file @
e9e98b61
...
...
@@ -17,7 +17,6 @@
#endif
#include
<QApplication>
//make()
#include
<QBrush>
#include
<QFont>
//ctor
#include
<QFontMetrics>
//ctor
#include
<QImage>
//make() & paint()
...
...
src/remoteLister.cpp
View file @
e9e98b61
...
...
@@ -11,7 +11,6 @@
#include
"scan.h"
#include
<QList>
#include
<QWidget>
namespace
Filelight
{
...
...
src/windowsWalker.cpp
View file @
e9e98b61
...
...
@@ -3,8 +3,6 @@
#include
"windowsWalker.h"
#include
<QScopeGuard>
WindowsWalker
::
WindowsWalker
(
const
QByteArray
&
path
)
:
m_path
(
path
)
,
m_pathW
(
QString
::
fromUtf8
(
m_path
).
toStdWString
())
...
...
src/windowsWalker.h
View file @
e9e98b61
...
...
@@ -6,8 +6,6 @@
#include
<windows.h>
#include
<QByteArray>
#include
<QDebug>
#include
<QStringList>
#include
"directoryEntry.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment