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 Contacts
Commits
e3de92cd
Commit
e3de92cd
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
5c3019fb
Pipeline
#38468
passed with stage
in 16 minutes and 18 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/akonadi-contacts/plugins/categorieseditwidget.cpp
View file @
e3de92cd
...
...
@@ -11,7 +11,6 @@
#include <item.h>
#include <tag.h>
#include <tagwidget.h>
#include <kcontacts/addressee.h>
#include <QHBoxLayout>
#include <KPluginFactory>
...
...
src/contact-editor/editor/customfieldeditor/customfieldslistwidget.cpp
View file @
e3de92cd
...
...
@@ -16,7 +16,6 @@
#include <QTreeView>
#include <QVBoxLayout>
#include <KContacts/Addressee>
#include "customfieldsmodel.h"
using
namespace
ContactEditor
;
...
...
src/contact-editor/editor/generalinfoeditor/categorieseditwidget.cpp
View file @
e3de92cd
...
...
@@ -8,7 +8,6 @@
#include "categorieseditwidget.h"
#include <kcontacts/addressee.h>
#include <QHBoxLayout>
...
...
src/contact-editor/editor/generalinfoeditor/displaynameeditwidget.cpp
View file @
e3de92cd
...
...
@@ -14,7 +14,6 @@
#include <QPainter>
#include <QStyledItemDelegate>
#include <kcontacts/addressee.h>
#include <KComboBox>
#include <KLocalizedString>
...
...
src/contact-editor/editor/generalinfoeditor/nameeditdialog.cpp
View file @
e3de92cd
...
...
@@ -7,7 +7,6 @@
*/
#include "nameeditdialog.h"
#include "displaynameeditwidget.h"
#include <KComboBox>
#include <KLineEdit>
...
...
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