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
Graphics
Gwenview
Commits
0f563654
Commit
0f563654
authored
Oct 14, 2022
by
Laurent Montel
Browse files
Remove unused includes
parent
e69d8a10
Pipeline
#247567
passed with stage
in 5 minutes and 55 seconds
Changes
43
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/browsemainpage.cpp
View file @
0f563654
...
...
@@ -34,7 +34,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include
<KDirModel>
#include
<KFileItem>
#include
<KFilePlacesModel>
#include
<KIO/Global>
#include
<KIconLoader>
#include
<KLocalizedString>
#include
<KUrlMimeData>
...
...
app/fileoperations.cpp
View file @
0f563654
...
...
@@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// Qt
#include
<QFileDialog>
#include
<QInputDialog>
#include
<QMenu>
#include
<QPushButton>
...
...
app/folderviewcontextmanageritem.cpp
View file @
0f563654
...
...
@@ -22,12 +22,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
"folderviewcontextmanageritem.h"
// Qt
#include
<QApplication>
#include
<QDir>
#include
<QDragEnterEvent>
#include
<QHeaderView>
#include
<QMimeData>
#include
<QStyleHints>
#include
<QTreeView>
// KF
...
...
app/sidebar.cpp
View file @
0f563654
...
...
@@ -21,11 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// Qt
#include
<QAction>
#include
<QFontDatabase>
#include
<QIcon>
#include
<QLabel>
#include
<QMenu>
#include
<QPainter>
#include
<QStyle>
#include
<QStyleOptionTab>
#include
<QToolButton>
...
...
app/splitter.h
View file @
0f563654
...
...
@@ -21,7 +21,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define SPLITTER_H
// Qt
#include
<QPainter>
#include
<QSplitter>
namespace
Gwenview
...
...
importer/importerconfigdialog.cpp
View file @
0f563654
...
...
@@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// Qt
#include
<QDateTime>
#include
<QTextDocument>
// KF
...
...
importer/main.cpp
View file @
0f563654
...
...
@@ -21,7 +21,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
<QApplication>
#include
<QCommandLineParser>
#include
<QDir>
#include
<QLocale>
#include
<QScopedPointer>
#include
<QUrl>
...
...
lib/archiveutils.h
View file @
0f563654
...
...
@@ -24,8 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
<lib/gwenviewlib_export.h>
// Qt
#include
<QStringList>
#include
<QString>
class
KFileItem
;
namespace
Gwenview
...
...
lib/cms/cmsprofile.cpp
View file @
0f563654
...
...
@@ -36,7 +36,6 @@ extern "C" {
// Qt
#include
<QBuffer>
#include
<QtGlobal>
// lcms
#include
<lcms2.h>
...
...
lib/crop/croptool.cpp
View file @
0f563654
...
...
@@ -27,7 +27,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include
<QPainter>
#include
<QPushButton>
#include
<QRect>
#include
<QtMath>
// KF
...
...
lib/datewidget.cpp
View file @
0f563654
...
...
@@ -29,7 +29,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// KF
#include
<KDatePicker>
#include
<KIconLoader>
// Local
#include
<lib/statusbartoolbutton.h>
...
...
lib/decoratedtag/decoratedtag.cpp
View file @
0f563654
...
...
@@ -5,9 +5,7 @@
#include
<KColorUtils>
#include
<QEvent>
#include
<QPaintEvent>
#include
<QStyleOptionFrame>
#include
<QStylePainter>
#include
<QTextItem>
using
namespace
Gwenview
;
...
...
lib/documentview/abstractimageview.cpp
View file @
0f563654
...
...
@@ -31,7 +31,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include
<QCursor>
#include
<QGraphicsSceneMouseEvent>
#include
<QGuiApplication>
#include
<QPainter>
#include
<QStandardPaths>
namespace
Gwenview
{
...
...
lib/documentview/documentviewcontroller.cpp
View file @
0f563654
...
...
@@ -27,7 +27,6 @@
#include
<QAction>
#include
<QActionGroup>
#include
<QApplication>
#include
<QHBoxLayout>
#include
<QPainter>
namespace
Gwenview
...
...
lib/documentview/rasterimageitem.cpp
View file @
0f563654
...
...
@@ -22,7 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include
<cmath>
#include
<QDebug>
#include
<QGraphicsScene>
#include
<QGraphicsView>
#include
<QPainter>
...
...
lib/documentview/rasterimageview.cpp
View file @
0f563654
...
...
@@ -33,13 +33,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// KF
// Qt
#include
<QApplication>
#include
<QGraphicsSceneMouseEvent>
#include
<QPainter>
#include
<QPointer>
#include
<QTimer>
#include
<QColorSpace>
#include
<QCryptographicHash>
namespace
Gwenview
...
...
lib/documentview/rasterimageviewadapter.cpp
View file @
0f563654
...
...
@@ -31,7 +31,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
// KF
// Qt
#include
<QUrl>
namespace
Gwenview
{
...
...
lib/documentview/svgviewadapter.cpp
View file @
0f563654
...
...
@@ -26,7 +26,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include
<QGraphicsSceneEvent>
#include
<QGraphicsSvgItem>
#include
<QGraphicsTextItem>
#include
<QPainter>
#include
<QSvgRenderer>
// KF
...
...
lib/imageformats/fitsformat/fitsdata.cpp
View file @
0f563654
...
...
@@ -23,7 +23,6 @@ Gwenview: an image viewer
#include
"fitsdata.h"
// Qt
#include
<QApplication>
#include
<QImage>
// STL
...
...
lib/imageformats/fitsformat/fitsdata.h
View file @
0f563654
...
...
@@ -40,9 +40,7 @@ typedef enum {
#include
<fitsio.h>
#include
<QIODevice>
#include
<QObject>
#include
<QRect>
#include
<QRectF>
class
FITSData
{
...
...
Prev
1
2
3
Next
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