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

« back to all changes in this revision

Viewing changes to lokalize/src/project/projectmodel.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ****************************************************************************
2
2
  This file is part of Lokalize
3
3
 
4
 
  Copyright (C) 2007-2009 by Nick Shaforostoff <shafff@ukr.net>
 
4
  Copyright (C) 2007-2012 by Nick Shaforostoff <shafff@ukr.net>
5
5
  Copyright (C) 2009 by Viesturs Zarins <viesturs.zarins@mii.lu.lv>
6
6
 
7
7
  This program is free software; you can redistribute it and/or
100
100
        short potRowNumber; //row number in pot model, -1 if this has no pot item.
101
101
 
102
102
        short poCount; //number of items from PO in rows. The others will be form POT exclusively.
103
 
        QList<ProjectNode*> rows; //rows from po and pot, pot rows start from poCount;
 
103
        QVector<ProjectNode*> rows; //rows from po and pot, pot rows start from poCount;
104
104
 
105
105
        int translated;
106
106
        int translated_reviewer;