Added ContactManager class.
[situare] / src / engine / contactmanagerprivatestub.cpp
1 #include <QDebug>
2
3 #include "contactmanagerprivatestub.h"
4
5 ContactManagerPrivate::ContactManagerPrivate(QObject *parent) :
6     QObject(parent)
7 {
8     qDebug() << __PRETTY_FUNCTION__;
9 }
10
11 void ContactManagerPrivate::requestContactGuids()
12 {
13     qDebug() << __PRETTY_FUNCTION__;
14 }