~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qmlprojectmanager/fileformat/qmlprojectfileformat.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        if (importPathsProperty.isValid())
89
89
            projectItem->setImportPaths(importPathsProperty.toStringList());
90
90
 
91
 
        if (debug) {
 
91
        if (debug)
92
92
            qDebug() << "importPath:" << importPathsProperty << "mainFile:" << mainFileProperty;
93
 
        }
94
93
 
95
94
        foreach (const QmlJS::SimpleReaderNode::Ptr &childNode, rootNode->children()) {
96
95
            if (childNode->name() == QLatin1String("QmlFiles")) {