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
PIM
Akregator
Commits
454b1f4c
Commit
454b1f4c
authored
Sep 29, 2022
by
Laurent Montel
Browse files
Remove unused includes
parent
b5dd4b37
Pipeline
#238309
passed with stage
in 3 minutes and 33 seconds
Changes
15
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/addfeeddialog.cpp
View file @
454b1f4c
...
...
@@ -10,7 +10,6 @@
#include
"feed.h"
#include
"kernel.h"
#include
"akregator_debug.h"
#include
<KLocalizedString>
#include
<KMessageBox>
#include
<QDialogButtonBox>
...
...
src/akregator_part.cpp
View file @
454b1f4c
...
...
@@ -14,12 +14,10 @@
#include
"aboutdata.h"
#include
"actionmanagerimpl.h"
#include
"akregator-version.h"
#include
"akregator_options.h"
#include
"akregatorconfig.h"
#include
"article.h"
#include
"feedlist.h"
#include
"fetchqueue.h"
#include
"framemanager.h"
#include
"kernel.h"
#include
"loadfeedlistcommand.h"
...
...
@@ -28,7 +26,6 @@
#include
"storage/storage.h"
#include
"trayicon.h"
#include
"unityservicemanager.h"
#include
"utils.h"
#include
"widgets/akregatorcentralwidget.h"
#include
<KConfig>
#include
<KIO/FileCopyJob>
...
...
src/article.cpp
View file @
454b1f4c
...
...
@@ -21,7 +21,6 @@
#include
<QRegularExpression>
#include
<qdom.h>
#include
"akregator_debug.h"
#include
<QUrl>
#include
<cassert>
...
...
src/articlelistview.cpp
View file @
454b1f4c
...
...
@@ -10,9 +10,7 @@
#include
"articlelistview.h"
#include
"actionmanager.h"
#include
"akregatorconfig.h"
#include
"article.h"
#include
"articlemodel.h"
#include
"kernel.h"
#include
"types.h"
#include
<utils/filtercolumnsproxymodel.h>
...
...
src/articlematcher.cpp
View file @
454b1f4c
...
...
@@ -8,7 +8,6 @@
#include
"articlematcher.h"
#include
"akregator_debug.h"
#include
"article.h"
#include
"types.h"
#include
"utils/textutil.h"
#include
<KConfig>
#include
<KConfigGroup>
...
...
src/articleviewer-ng/webengine/articleviewerwebengine.cpp
View file @
454b1f4c
...
...
@@ -10,7 +10,6 @@
#include
"akregator_debug.h"
#include
"akregatorconfig.h"
#include
"articleviewerwebenginepage.h"
#include
"urlhandler/webengine/urlhandlerwebengine.h"
#include
"webengine/urlhandlerwebenginemanager.h"
#include
<kpimtextedit/kpimtextedit-texttospeech.h>
#if KPIMTEXTEDIT_TEXT_TO_SPEECH
...
...
src/articleviewerwidget.cpp
View file @
454b1f4c
...
...
@@ -9,19 +9,14 @@
#include
"articleviewerwidget.h"
#include
"aboutdata.h"
#include
"actionmanager.h"
#include
"actions.h"
#include
"akregator-version.h"
#include
"akregator_debug.h"
#include
"akregatorconfig.h"
#include
"articleformatter.h"
#include
"articlejobs.h"
#include
"feed.h"
#include
"folder.h"
#include
"openurlrequest.h"
#include
"treenode.h"
#include
"utils.h"
#include
<KActionCollection>
...
...
src/formatter/articleformatter.cpp
View file @
454b1f4c
...
...
@@ -9,10 +9,6 @@
#include
"articleformatter.h"
#include
"akregatorconfig.h"
#include
"article.h"
#include
"feed.h"
#include
"folder.h"
#include
"treenode.h"
#include
"treenodevisitor.h"
#include
"utils.h"
#include
<KLocalizedString>
...
...
src/formatter/defaultcombinedviewformatter.cpp
View file @
454b1f4c
...
...
@@ -5,15 +5,10 @@
*/
#include
"defaultcombinedviewformatter.h"
#include
"akregator_debug.h"
#include
"akregatorconfig.h"
#include
"article.h"
#include
"feed.h"
#include
"folder.h"
#include
"grantleeviewformatter.h"
#include
"treenode.h"
#include
"treenodevisitor.h"
#include
"utils.h"
#include
<QPaintDevice>
#include
<QString>
...
...
src/formatter/defaultnormalviewformatter.cpp
View file @
454b1f4c
...
...
@@ -12,7 +12,6 @@
#include
"grantleeviewformatter.h"
#include
"treenode.h"
#include
"treenodevisitor.h"
#include
"utils.h"
#include
<QPaintDevice>
#include
<QString>
...
...
src/frame/framemanager.cpp
View file @
454b1f4c
...
...
@@ -7,7 +7,6 @@
*/
#include
"framemanager.h"
#include
"actionmanager.h"
#include
"akregator_debug.h"
#include
"akregatorconfig.h"
#include
"frame.h"
...
...
src/mainwidget.cpp
View file @
454b1f4c
...
...
@@ -11,12 +11,10 @@
#include
"mainwidget.h"
#include
"abstractselectioncontroller.h"
#include
"actionmanagerimpl.h"
#include
"addfeeddialog.h"
#include
"akregator_part.h"
#include
"akregatorconfig.h"
#include
"articlejobs.h"
#include
"articlelistview.h"
#include
"articlematcher.h"
#include
"articleviewerwidget.h"
#include
"createfeedcommand.h"
#include
"createfoldercommand.h"
...
...
@@ -28,23 +26,19 @@
#include
<PimCommon/BroadcastStatus>
#include
"feedlist.h"
#include
"feedpropertiesdialog.h"
#include
"fetchqueue.h"
#include
"folder.h"
#include
"framemanager.h"
#include
"job/downloadarticlejob.h"
#include
"kernel.h"
#include
"mainframe.h"
#include
"notificationmanager.h"
#include
"openurlrequest.h"
#include
"progressmanager.h"
#include
"selectioncontroller.h"
#include
"subscriptionlistjobs.h"
#include
"subscriptionlistmodel.h"
#include
"subscriptionlistview.h"
#include
"tabwidget.h"
#include
"treenode.h"
#include
"treenodevisitor.h"
#include
"types.h"
#include
"widgets/searchbar.h"
#include
<WebEngineViewer/ZoomActionMenu>
...
...
@@ -55,12 +49,14 @@
#include
<KToggleAction>
#include
<QApplication>
#include
<QClipboard>
#include
<QDesktopServices>
#include
<QDomDocument>
#include
<QSplitter>
#include
<QTimer>
#include
<QUrlQuery>
#include
<QVBoxLayout>
#include
<PimCommon/NetworkManager>
#include
<algorithm>
...
...
src/tabwidget.cpp
View file @
454b1f4c
...
...
@@ -17,18 +17,13 @@
#include
<QMenu>
#include
<QStyleOption>
#include
"akregator_debug.h"
#include
<KIO/Global>
#include
<KLocalizedString>
#include
<QTabBar>
#include
"actionmanager.h"
#include
"akregatorconfig.h"
#include
"frame.h"
#include
"framemanager.h"
#include
"kernel.h"
#include
"openurlrequest.h"
#include
"utils/temporaryvalue.h"
using
namespace
Akregator
;
...
...
src/trayicon.cpp
View file @
454b1f4c
...
...
@@ -9,7 +9,6 @@
#include
"trayicon.h"
#include
"akregatorconfig.h"
#include
"akregator_debug.h"
#include
<KLocalizedString>
using
namespace
Akregator
;
...
...
src/treenode.cpp
View file @
454b1f4c
...
...
@@ -14,8 +14,6 @@
#include
<QList>
#include
<QString>
#include
"akregator_debug.h"
using
namespace
Akregator
;
TreeNode
::
TreeNode
()
...
...
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