Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
2b68df12
Commit
2b68df12
authored
Jun 18, 2010
by
Oswald Buddenhagen
Browse files
ProFileParser instead of a fully-fledged ProFileReader
parent
7d962189
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4nodes.cpp
View file @
2b68df12
...
...
@@ -802,9 +802,9 @@ void Qt4PriFileNode::changeFiles(const FileType fileType,
}
}
Pro
FileReader
*
reader
=
m_project
->
createProFileReader
(
m_qt4ProFileNode
)
;
includeFile
=
reader
->
parsedProFile
(
m_projectFilePath
,
false
,
contents
);
m_project
->
destroyProFileReader
(
reader
);
Pro
MessageHandler
handler
;
ProFileParser
parser
(
0
,
&
handler
);
includeFile
=
parser
.
parsedProFile
(
m_projectFilePath
,
false
,
contents
);
}
const
QStringList
vars
=
varNames
(
fileType
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment