Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Akregator
Commits
275bc068
Commit
275bc068
authored
Oct 22, 2020
by
Laurent Montel
😁
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
0f7e8401
Pipeline
#38442
canceled with stage
Changes
23
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
0 additions
and
28 deletions
+0
-28
configuration/akregator_config_archive.cpp
configuration/akregator_config_archive.cpp
+0
-1
interfaces/storagefactoryregistry.cpp
interfaces/storagefactoryregistry.cpp
+0
-1
interfaces/userfeedback/akregatoruserfeedbackprovider.cpp
interfaces/userfeedback/akregatoruserfeedbackprovider.cpp
+0
-1
plugins/mk4storage/metakit/src/column.cpp
plugins/mk4storage/metakit/src/column.cpp
+0
-1
plugins/mk4storage/metakit/src/field.cpp
plugins/mk4storage/metakit/src/field.cpp
+0
-1
plugins/mk4storage/metakit/src/handler.cpp
plugins/mk4storage/metakit/src/handler.cpp
+0
-1
plugins/mk4storage/metakit/src/store.cpp
plugins/mk4storage/metakit/src/store.cpp
+0
-1
plugins/mk4storage/metakit/src/univ.cpp
plugins/mk4storage/metakit/src/univ.cpp
+0
-1
plugins/mk4storage/storagefactorymk4impl.cpp
plugins/mk4storage/storagefactorymk4impl.cpp
+0
-1
src/articlelistview.cpp
src/articlelistview.cpp
+0
-1
src/articleviewer-ng/webengine/articleviewerwebengine.cpp
src/articleviewer-ng/webengine/articleviewerwebengine.cpp
+0
-1
src/articleviewerwidget.cpp
src/articleviewerwidget.cpp
+0
-2
src/dummystorage/storagefactorydummyimpl.cpp
src/dummystorage/storagefactorydummyimpl.cpp
+0
-1
src/feed/feed.cpp
src/feed/feed.cpp
+0
-2
src/formatter/articlegrantleeobject.cpp
src/formatter/articlegrantleeobject.cpp
+0
-1
src/mainwidget.cpp
src/mainwidget.cpp
+0
-3
src/pluginmanager.cpp
src/pluginmanager.cpp
+0
-1
src/progressmanager.cpp
src/progressmanager.cpp
+0
-1
src/tabwidget.cpp
src/tabwidget.cpp
+0
-1
src/treenode.cpp
src/treenode.cpp
+0
-1
src/utils.cpp
src/utils.cpp
+0
-1
src/widgets/searchbar.cpp
src/widgets/searchbar.cpp
+0
-2
src/widgets/statussearchline.cpp
src/widgets/statussearchline.cpp
+0
-1
No files found.
configuration/akregator_config_archive.cpp
View file @
275bc068
...
...
@@ -6,7 +6,6 @@
*/
#include "akregator_config_archive.h"
#include "akregatorconfig.h"
#include "ui_settings_archive.h"
#include <KAboutData>
#include <KPluginFactory>
...
...
interfaces/storagefactoryregistry.cpp
View file @
275bc068
...
...
@@ -9,7 +9,6 @@
#include "storagefactoryregistry.h"
#include "storagefactory.h"
#include <QHash>
#include <QString>
#include <QStringList>
...
...
interfaces/userfeedback/akregatoruserfeedbackprovider.cpp
View file @
275bc068
...
...
@@ -10,7 +10,6 @@
#include <KUserFeedback/PlatformInfoSource>
#include <KUserFeedback/ScreenInfoSource>
#include <KUserFeedback/QtVersionSource>
#include <KUserFeedback/Provider>
#include <KUserFeedback/StartCountSource>
#include <KUserFeedback/UsageTimeSource>
#include <KUserFeedback/LocaleInfoSource>
...
...
plugins/mk4storage/metakit/src/column.cpp
View file @
275bc068
...
...
@@ -10,7 +10,6 @@
#include "persist.h"
#if !q4_INLINE
#include "column.inl"
Christophe Giboudeaux
@cgiboudeaux
·
Oct 22, 2020
Developer
Your script doesn't handle conditions
Your script doesn't handle conditions
Laurent Montel
😁
@mlaurent
·
Oct 23, 2020
Developer
indeed...
indeed...
Please
register
or
sign in
to reply
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/metakit/src/field.cpp
View file @
275bc068
...
...
@@ -11,7 +11,6 @@
#include <stdlib.h> // strtol
#if !q4_INLINE
#include "field.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/metakit/src/handler.cpp
View file @
275bc068
...
...
@@ -13,7 +13,6 @@
#include "persist.h"
#if !q4_INLINE
#include "handler.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/metakit/src/store.cpp
View file @
275bc068
...
...
@@ -15,7 +15,6 @@
#include "mk4io.h" // 19991104
#if !q4_INLINE
#include "store.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/metakit/src/univ.cpp
View file @
275bc068
...
...
@@ -13,7 +13,6 @@
#include <stdlib.h> // malloc
#if !q4_INLINE
#include "univ.inl"
#endif
/////////////////////////////////////////////////////////////////////////////
...
...
plugins/mk4storage/storagefactorymk4impl.cpp
View file @
275bc068
...
...
@@ -9,7 +9,6 @@
#include "storagemk4impl.h"
#include <KLocalizedString>
#include <QString>
#include <QStringList>
namespace
Akregator
{
...
...
src/articlelistview.cpp
View file @
275bc068
...
...
@@ -20,7 +20,6 @@
#include <QDateTime>
#include <QIcon>
#include <KLocalizedString>
#include <QUrl>
#include <QMenu>
#include <KColorScheme>
#include <QLocale>
...
...
src/articleviewer-ng/webengine/articleviewerwebengine.cpp
View file @
275bc068
...
...
@@ -26,7 +26,6 @@
#include <KLocalizedString>
#include <KAboutData>
#include <KGuiItem>
#include <openurlrequest.h>
#include <KMessageBox>
#include <QPrinter>
#include <QMouseEvent>
...
...
src/articleviewerwidget.cpp
View file @
275bc068
...
...
@@ -13,7 +13,6 @@
#include "aboutdata.h"
#include "actionmanager.h"
#include "actions.h"
#include "article.h"
#include "articleformatter.h"
#include "articlejobs.h"
#include "articlematcher.h"
...
...
@@ -27,7 +26,6 @@
#include <KActionCollection>
#include <QUrl>
#include <QElapsedTimer>
#include <articleviewer-ng/webengine/articleviewerwebenginewidgetng.h>
...
...
src/dummystorage/storagefactorydummyimpl.cpp
View file @
275bc068
...
...
@@ -9,7 +9,6 @@
#include "storagedummyimpl.h"
#include <KLocalizedString>
#include <QString>
#include <QStringList>
namespace
Akregator
{
...
...
src/feed/feed.cpp
View file @
275bc068
...
...
@@ -22,10 +22,8 @@
#include "utils.h"
#include "feedretriever.h"
#include "job/downloadfeediconjob.h"
#include <Syndication/Syndication>
#include "akregator_debug.h"
#include <QIcon>
#include <QUrl>
...
...
src/formatter/articlegrantleeobject.cpp
View file @
275bc068
...
...
@@ -5,7 +5,6 @@
*/
#include "articlegrantleeobject.h"
#include "articleformatter.h"
#include "grantleeutil.h"
#include "utils.h"
#include "feed.h"
...
...
src/mainwidget.cpp
View file @
275bc068
...
...
@@ -26,7 +26,6 @@
#include "editsubscriptioncommand.h"
#include "expireitemscommand.h"
#include "importfeedlistcommand.h"
#include "feed.h"
#include "feedlist.h"
#include "feedpropertiesdialog.h"
...
...
@@ -55,7 +54,6 @@
#include <KShell>
#include <KToggleAction>
#include <QUrl>
#include <QClipboard>
#include <QNetworkConfigurationManager>
...
...
@@ -69,7 +67,6 @@
#include <memory>
#include <PimCommon/NetworkManager>
#include <webengine/webengineframe.h>
#include "articleviewer-ng/webengine/articleviewerwebenginewidgetng.h"
using
namespace
Akregator
;
...
...
src/pluginmanager.cpp
View file @
275bc068
...
...
@@ -11,7 +11,6 @@
#include "pluginmanager.h"
#include "plugin.h"
#include <vector>
#include <QString>
#include "akregator_debug.h"
...
...
src/progressmanager.cpp
View file @
275bc068
...
...
@@ -10,7 +10,6 @@
#include "feed.h"
#include "treenode.h"
#include <QHash>
#include <KLocalizedString>
...
...
src/tabwidget.cpp
View file @
275bc068
...
...
@@ -18,7 +18,6 @@
#include <QStyleOption>
#include "akregator_debug.h"
#include <QTabWidget>
#include <QTabBar>
#include <KLocalizedString>
#include <kio/global.h>
...
...
src/treenode.cpp
View file @
275bc068
...
...
@@ -11,7 +11,6 @@
#include "articlejobs.h"
#include "article.h"
#include <QPoint>
#include <QString>
#include <QList>
...
...
src/utils.cpp
View file @
275bc068
...
...
@@ -8,7 +8,6 @@
#include "utils.h"
#include <QRegularExpression>
#include <QString>
#include <QTextDocument>
using
namespace
Akregator
;
...
...
src/widgets/searchbar.cpp
View file @
275bc068
...
...
@@ -10,13 +10,11 @@
#include "akregatorconfig.h"
#include "article.h"
#include "widgets/statussearchline.h"
#include <KLineEdit>
#include <KLocalizedString>
#include <QString>
#include <QTimer>
#include <QStandardPaths>
#include <QHBoxLayout>
...
...
src/widgets/statussearchline.cpp
View file @
275bc068
...
...
@@ -7,7 +7,6 @@
#include "statussearchline.h"
#include <KLocalizedString>
#include <QAction>
#include <QIcon>
#include <QKeyEvent>
#include <QMenu>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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