~ci-train-bot/history-service/history-service-ubuntu-yakkety-landing-1774

« back to all changes in this revision

Viewing changes to src/phoneutils.cpp

Move the classes from historyprivate static library to libhistoryservice itself and just keep their header files private.
Approved by: Tiago Salem Herrmann, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <QLocale>
31
31
#include <QDebug>
32
32
 
 
33
namespace History
 
34
{
 
35
 
33
36
PhoneUtils::PhoneUtils(QObject *parent) :
34
37
    QObject(parent)
35
38
{
113
116
    return true;
114
117
}
115
118
 
 
119
}
 
120