~ubuntu-branches/ubuntu/oneiric/soprano/oneiric-proposed

« back to all changes in this revision

Viewing changes to backends/redland/redlandmodel.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-08-05 12:08:04 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20110805120804-6pixm5dccrh1rvbt
Tags: 2.7.0+dfsg.1-0ubuntu1
* New upstream release.
* Refresh symbols.
* Build-depend on libraptor2-dev >= 2.0.4 instead of libraptor1-dev.
* Drop redland_raptor2_support.h patch, not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <QtCore/QtGlobal>
29
29
#include <QtCore/QTextStream>
30
30
 
31
 
#include <raptor2/raptor.h>
32
31
#include <redland.h>
33
32
 
34
33
#include "storagemodel.h"