~ubuntu-branches/ubuntu/utopic/nepomuk-core/utopic

« back to all changes in this revision

Viewing changes to services/storage/repository.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-26 22:43:09 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120726224309-pf2v1e78ee7uljjp
Tags: 4:4.9.0a-0ubuntu1
* Use direct build-depends versions rather than kde-sc-dev-latest
* New upstream release
* New symbols, rename libnepomukcore4 to libnepomukcore4abi and enable Debian ABI manager

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    class DataManagementModel;
39
39
    class DataManagementAdaptor;
40
40
    class ClassAndPropertyTree;
41
 
    class GraphMaintainer;
42
41
    class VirtuosoInferenceModel;
43
42
 
44
43
    /**
110
109
        Soprano::NRLModel* m_nrlModel;
111
110
        const Soprano::Backend* m_backend;
112
111
 
113
 
        QPointer<GraphMaintainer> m_graphMaintainer;
114
 
 
115
112
        // only used during opening
116
113
        // ------------------------------------------
117
114
        ModelCopyJob* m_modelCopyJob;