~ubuntu-branches/ubuntu/wily/sonnet/wily

« back to all changes in this revision

Viewing changes to src/core/backgroundchecker_p.h

  • Committer: Package Import Robot
  • Author(s): Clive Johnston
  • Date: 2015-09-17 13:29:55 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20150917132955-821x2hldrtsemakl
Tags: 5.14.0-0ubuntu1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
using namespace Sonnet;
31
31
 
32
 
class BackgroundChecker::Private : public QObject
 
32
class BackgroundCheckerPrivate : public QObject
33
33
{
34
34
Q_OBJECT
35
35
public:
36
 
    Private() : mainTokenizer(new SentenceTokenizer), sentenceOffset(-1) {}
 
36
    BackgroundCheckerPrivate() : mainTokenizer(new SentenceTokenizer), sentenceOffset(-1) {}
37
37
    
38
38
    void start();
39
39
    void continueChecking();