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

« back to all changes in this revision

Viewing changes to lokalize/src/project/project.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:
64
64
 
65
65
    //void setPath(const QString& p){m_path=p;}
66
66
    QString path()const{return m_path;}
67
 
    QString projectDir()const;
 
67
    QString projectDir()const{return m_projectDir;}
68
68
    QString poDir()const{return absolutePath(poBaseDir());}
69
69
    QString potDir()const{return absolutePath(potBaseDir());}
70
70
    QString branchDir()const{return absolutePath(ProjectBase::branchDir());}
123
123
    GlossaryNS::Glossary* m_glossary;
124
124
    GlossaryNS::GlossaryWindow* m_glossaryWindow;
125
125
    TM::TMManagerWin* m_tmManagerWindow;
 
126
 
 
127
    //cache
 
128
    QString m_projectDir;
126
129
 };
127
130
 
128
131