~ci-train-bot/history-service/history-service-ubuntu-zesty-2629

« back to all changes in this revision

Viewing changes to src/telepathyhelper.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:
24
24
 
25
25
#include <TelepathyQt/ClientRegistrar>
26
26
 
 
27
namespace History
 
28
{
 
29
 
27
30
TelepathyHelper::TelepathyHelper(QObject *parent)
28
31
    : QObject(parent),
29
32
      mChannelObserver(0),
176
179
 
177
180
    return false;
178
181
}
 
182
 
 
183
}