Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Search
Commits
667e7f8e
Commit
667e7f8e
authored
Oct 22, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
2058ac62
Pipeline
#38433
passed with stage
in 20 minutes and 13 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agent/calendarindexer.cpp
View file @
667e7f8e
...
...
@@ -11,7 +11,6 @@
#include "akonadi_indexer_agent_debug.h"
#include <KCalendarCore/Attendee>
#include <KCalendarCore/Event>
CalendarIndexer
::
CalendarIndexer
(
const
QString
&
path
)
:
AbstractIndexer
()
...
...
agent/collectionindexer.cpp
View file @
667e7f8e
...
...
@@ -10,7 +10,6 @@
#include "collectionindexer.h"
#include "xapiandocument.h"
#include <QString>
#include <QStringList>
#include <AkonadiCore/collectionidentificationattribute.h>
#include <AkonadiCore/AttributeFactory>
...
...
agent/collectionupdatejob.cpp
View file @
667e7f8e
...
...
@@ -7,7 +7,6 @@
#include "collectionupdatejob.h"
#include "akonadi_indexer_agent_debug.h"
#include <AkonadiCore/Collection>
#include <AkonadiCore/CollectionFetchJob>
#include <AkonadiCore/CollectionFetchScope>
#include <AkonadiCore/EntityDisplayAttribute>
...
...
akonadiplugin/searchplugin.cpp
View file @
667e7f8e
...
...
@@ -18,7 +18,6 @@
#include <Akonadi/KMime/MessageFlags>
#include <KContacts/Addressee>
#include <KContacts/ContactGroup>
#include <QStringList>
using
namespace
Akonadi
::
Search
;
...
...
core/resultiterator.cpp
View file @
667e7f8e
...
...
@@ -7,7 +7,6 @@
*/
#include "resultiterator.h"
#include "searchstore.h"
using
namespace
Akonadi
::
Search
;
...
...
core/term.cpp
View file @
667e7f8e
...
...
@@ -8,7 +8,6 @@
#include "term.h"
#include <QVariant>
#include <QDateTime>
using
namespace
Akonadi
::
Search
;
...
...
debug/akonadisearchdebugwidget.cpp
View file @
667e7f8e
...
...
@@ -6,7 +6,6 @@
#include "akonadisearchdebugwidget.h"
#include "job/akonadisearchdebugsearchjob.h"
#include "akonadisearchdebugsearchpathcombobox.h"
#include "akonadisearchsyntaxhighlighter.h"
#include <KLineEdit>
#include <QPushButton>
...
...
xapian/xapiansearchstore.cpp
View file @
667e7f8e
...
...
@@ -8,7 +8,6 @@
#include "xapiansearchstore.h"
#include "xapianqueryparser.h"
#include "term.h"
#include "query.h"
#include <QVector>
...
...
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