~iahmad/kubuntu-packaging/qtcreator

« back to all changes in this revision

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

  • Committer: Timo Jyrinki
  • Date: 2014-01-15 07:44:24 UTC
  • mfrom: (1.1.30)
  • Revision ID: timo.jyrinki@canonical.com-20140115074424-3pnj3a1x6s25im9v
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                setupFileFilterItem(cssFileFilterItem, childNode);
119
119
                projectItem->appendContent(cssFileFilterItem);
120
120
            } else {
121
 
                qWarning() << "Unkwown type:" << childNode->name();
 
121
                qWarning() << "Unknown type:" << childNode->name();
122
122
            }
123
123
        }
124
124
        return projectItem;