Skip to content
Snippets Groups Projects
Commit 762384c9 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Compile

parent c32887f6
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ bool QmlProjectNode::removeSubProjects(const QStringList &proFilePaths) ...@@ -175,7 +175,7 @@ bool QmlProjectNode::removeSubProjects(const QStringList &proFilePaths)
bool QmlProjectNode::addFiles(const ProjectExplorer::FileType, bool QmlProjectNode::addFiles(const ProjectExplorer::FileType,
const QStringList &filePaths, QStringList *notAdded) const QStringList &filePaths, QStringList *notAdded)
{ {
QDir projectDir(QFileInfo(projectFilePath()).dir()); QDir projectDir = QFileInfo(projectFilePath()).dir();
QFile file(projectFilePath()); QFile file(projectFilePath());
if (! file.open(QFile::WriteOnly | QFile::Append)) if (! file.open(QFile::WriteOnly | QFile::Append))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment