~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to lokalize/src/catalog/gettext/catalogitem_private.h

  • Committer: Package Import Robot
  • Author(s): Harald Sitter, Harald Sitter, Philip Muškovac
  • Date: 2012-09-10 18:27:36 UTC
  • mfrom: (0.4.24)
  • Revision ID: package-import@ubuntu.com-20120910182736-6tyibsfau626xll8
Tags: 4:4.9.1-0ubuntu1
[ Harald Sitter ]
* New upstream release

[ Philip Muškovac ]
* Change sonames from 4.9.0 to 4.9.* 

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    bool _fuzzyCached;
64
64
    bool _prependMsgIdEmptyLine;
65
65
    bool _prependMsgStrEmptyLine;
 
66
    bool _keepEmptyMsgCtxt;
66
67
 
67
68
    QByteArray _comment;
68
69
    QString _msgctxt;
76
77
        : _plural(false)
77
78
        , _valid(true)
78
79
        , _fuzzyCached(false)
 
80
        , _prependMsgIdEmptyLine(false)
 
81
        , _prependMsgStrEmptyLine(false)
 
82
        , _keepEmptyMsgCtxt(false)
79
83
    {}
80
84
 
81
85
    void clear();