Skip to content
GitLab
Menu
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
26741535
Commit
26741535
authored
Dec 04, 2008
by
Oswald Buddenhagen
Browse files
remove excess progress messages
parent
81e039ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
shared/proparser/profileevaluator.cpp
View file @
26741535
...
...
@@ -987,8 +987,6 @@ QStringList ProFileEvaluator::Private::expandVariableReferences(const QString &s
}
else
if
(
!
current
.
isEmpty
())
{
unquote
(
&
current
);
ret
.
append
(
current
);
q
->
logMessage
(
format
(
"Project Parser [var replace]: %1 -> [%2]
\n
"
)
.
arg
(
str
).
arg
(
ret
.
join
(
QLatin1String
(
","
))));
}
return
ret
;
}
...
...
@@ -1501,7 +1499,6 @@ ProFile *ProFileEvaluator::parsedProFile(const QString &fileName)
{
QFileInfo
fi
(
fileName
);
if
(
fi
.
exists
())
{
logMessage
(
d
->
format
(
"Reading %1
\n
"
).
arg
(
fileName
));
ProFile
*
pro
=
new
ProFile
(
fi
.
absoluteFilePath
());
if
(
d
->
read
(
pro
))
return
pro
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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