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

« back to all changes in this revision

Viewing changes to src/telepathyhelper_p.h

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:
31
31
#include <TelepathyQt/Types>
32
32
#include "channelobserver_p.h"
33
33
 
 
34
namespace History
 
35
{
 
36
 
34
37
class TelepathyHelper : public QObject
35
38
{
36
39
    Q_OBJECT
74
77
    bool mReady;
75
78
};
76
79
 
 
80
}
 
81
 
77
82
#endif // TELEPATHYHELPER_H