~ubuntu-branches/ubuntu/trusty/gwenview/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/semanticinfo/semanticinfodirmodel.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-03-19 10:34:35 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20140319103435-r20hzcnkejmkcxp4
Tags: upstream-4.12.90
ImportĀ upstreamĀ versionĀ 4.12.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#ifdef GWENVIEW_SEMANTICINFO_BACKEND_FAKE
36
36
#include "fakesemanticinfobackend.h"
37
37
 
38
 
#elif defined(GWENVIEW_SEMANTICINFO_BACKEND_NEPOMUK)
39
 
#include "nepomuksemanticinfobackend.h"
 
38
#elif defined(GWENVIEW_SEMANTICINFO_BACKEND_BALOO)
 
39
#include "baloosemanticinfobackend.h"
40
40
 
41
41
#else
42
42
#ifdef __GNUC__
71
71
{
72
72
#ifdef GWENVIEW_SEMANTICINFO_BACKEND_FAKE
73
73
    d->mBackEnd = new FakeSemanticInfoBackEnd(this, FakeSemanticInfoBackEnd::InitializeRandom);
74
 
#elif defined(GWENVIEW_SEMANTICINFO_BACKEND_NEPOMUK)
75
 
    d->mBackEnd = new NepomukSemanticInfoBackEnd(this);
 
74
#elif defined(GWENVIEW_SEMANTICINFO_BACKEND_BALOO)
 
75
    d->mBackEnd = new BalooSemanticInfoBackend(this);
76
76
#endif
77
77
 
78
78
    connect(d->mBackEnd, SIGNAL(semanticInfoRetrieved(KUrl,SemanticInfo)),