~ubuntu-branches/debian/sid/stellarium/sid

« back to all changes in this revision

Viewing changes to src/core/MultiLevelJsonBase.cpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-08-04 15:06:55 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130804150655-iji0vb5navh3lk13
Tags: 0.12.2-1
* Imported Upstream version 0.12.2
* Added dependency to phonon (to enable video/sound)
* Fixed VCS links
* Removed unused lintian tag (embedded-library glee)
* Dropped obsolete patch
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <QFileInfo>
31
31
#include <QHttp>
32
32
#include <QUrl>
 
33
#include <QDir>
33
34
#include <QBuffer>
34
35
#include <QThread>
35
36
#include <QNetworkAccessManager>
146
147
                }
147
148
                catch (std::runtime_error e)
148
149
                {
149
 
                        qWarning() << "WARNING : Can't parse JSON description: " << fileName << ": " << e.what();
 
150
                        qWarning() << "WARNING : Can't parse JSON description: " << QDir::toNativeSeparators(fileName) << ": " << e.what();
150
151
                        errorOccured = true;
151
152
                        f.close();
152
153
                        return;