Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'mer-includes' into 'master'
[qtcontacts-sqlite] Add missing includes

See merge request mer-core/qtcontacts-sqlite!32
  • Loading branch information
pvuorela committed May 24, 2019
2 parents 70f85e8 + fd3ce92 commit 8abfda8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/qtcontacts-extensions.h
Expand Up @@ -34,6 +34,7 @@

#include <QContactDetail>
#include <QContactId>
#include <QContactManager>

#include <QContactOnlineAccount>
#include <QContactPhoneNumber>
Expand Down
2 changes: 2 additions & 0 deletions src/extensions/qtcontacts-extensions_impl.h
Expand Up @@ -34,6 +34,8 @@

#include <qtcontacts-extensions.h>

#include <QDebug>

namespace {

QString normalize(const QString &input, int flags, int maxCharacters)
Expand Down

0 comments on commit 8abfda8

Please sign in to comment.