~xavi-garcia-mena/unity-scopes-api/utils-qt

« back to all changes in this revision

Viewing changes to src/scopes/qt/XmlReader.cpp

  • Committer: Xavi Garcia
  • Date: 2015-01-20 13:59:36 UTC
  • Revision ID: xavi.garcia.mena@canonical.com-20150120135936-cogxk8ok7g0gvo8g
Added Qt-bindings classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
const static int64_t SECONDS_TIMEOUT = 10;
28
28
 
 
29
/// @cond
29
30
XmlReader::XmlReader()
30
31
    : p_(new XmlAsyncReader)
31
32
{
92
93
 
93
94
    return item;
94
95
}
 
96
/// @endcond
 
97