~ubuntu-branches/ubuntu/saucy/rocs/saucy

« back to all changes in this revision

Viewing changes to RocsCore/LoadSave/Plugins/gmlFileFormat/GmlFileFormatPlugin.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-06-21 02:04:20 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20130621020420-lzlui9y7qc6w3xog
Tags: 4:4.10.80-0ubuntu1
[ Rohan Garg ]
* New upstream release

[ Philip Muškovac ]
* Build-depend on libgrantlee-dev and libx11-dev
* Update rocs.install and not-installed 

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
void GmlFileFormatPlugin::readFile()
68
68
{
69
69
    Document * graphDoc = new Document(i18n("Import"));
70
 
    DataStructureBackendManager::self()->setBackend("Graph");
 
70
    DataStructureBackendManager::self().setBackend("Graph");
71
71
 
72
72
    QList < QPair<QString, QString> > edges;
73
73
    QFile fileHandle(file().toLocalFile());