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
fe4549f7
Commit
fe4549f7
authored
Nov 02, 2010
by
dt
Browse files
Revert "hot fix to allow running projects again."
This reverts commit
0d6601e4
.
parent
ff60fcf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4project.cpp
View file @
fe4549f7
...
...
@@ -961,7 +961,6 @@ Qt4ProFileNode *Qt4Project::rootProjectNode() const
bool
Qt4Project
::
validParse
(
const
QString
&
proFilePath
)
const
{
return
true
;
if
(
!
m_rootProjectNode
)
return
false
;
const
Qt4ProFileNode
*
node
=
m_rootProjectNode
->
findProFileFor
(
proFilePath
);
...
...
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