Skip to content

Commit

Permalink
[qtcontacts-sqlite] Add a bunch of missing #include directives
Browse files Browse the repository at this point in the history
  • Loading branch information
mardy committed Oct 18, 2017
1 parent 0d29dec commit 9c00e39
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/contactid.cpp
Expand Up @@ -33,6 +33,7 @@

#include <QContact>
#include <QContactManager>
#include <QDebug>

namespace {

Expand Down
2 changes: 2 additions & 0 deletions src/engine/contactreader.cpp
Expand Up @@ -43,6 +43,7 @@
#include <QContactAnniversary>
#include <QContactAvatar>
#include <QContactBirthday>
#include <QContactDisplayLabel>
#include <QContactEmailAddress>
#include <QContactFamily>
#include <QContactFavorite>
Expand Down Expand Up @@ -70,6 +71,7 @@
#include <QContactChangeLogFilter>
#include <QContactUnionFilter>
#include <QContactIntersectionFilter>
#include <QContactRelationshipFilter>

#include <QContactManagerEngine>

Expand Down
1 change: 1 addition & 0 deletions src/engine/contactsengine.cpp
Expand Up @@ -49,6 +49,7 @@
#include <QDataStream>

// ---- for schema modification ------
#include <QtContacts/QContactDisplayLabel>
#include <QtContacts/QContactFamily>
#include <QtContacts/QContactGeoLocation>
#include <QtContacts/QContactFavorite>
Expand Down
1 change: 1 addition & 0 deletions src/engine/contactwriter.cpp
Expand Up @@ -39,6 +39,7 @@
#include "../extensions/qcontactincidental.h"
#include "../extensions/qcontactstatusflags.h"

#include <QContactDisplayLabel>
#include <QContactFavorite>
#include <QContactGender>
#include <QContactGlobalPresence>
Expand Down
2 changes: 2 additions & 0 deletions src/extensions/twowaycontactsyncadapter.h
Expand Up @@ -35,9 +35,11 @@

#include <QDateTime>
#include <QString>
#include <QHash>
#include <QList>
#include <QPair>
#include <QMap>
#include <QSet>

#include <QContactDetail>
#include <QContact>
Expand Down
1 change: 1 addition & 0 deletions src/extensions/twowaycontactsyncadapter_impl.h
Expand Up @@ -45,6 +45,7 @@
#include <QContactTimestamp>
#include <QContactUrl>

#include <QDebug>
#include <QLocale>
#include <QDataStream>

Expand Down

0 comments on commit 9c00e39

Please sign in to comment.