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
Tobias Hunger
qt-creator
Commits
163083c4
Commit
163083c4
authored
Dec 19, 2008
by
Oswald Buddenhagen
Browse files
remove cruft
parent
6ef67df8
Changes
2
Hide whitespace changes
Inline
Side-by-side
shared/proparser/profileevaluator.cpp
View file @
163083c4
...
...
@@ -2254,20 +2254,6 @@ void ProFileEvaluator::errorMessage(const QString &message)
qWarning
(
"%s"
,
qPrintable
(
message
));
}
// This function is unneeded and still retained. See log message for reason.
QStringList
ProFileEvaluator
::
absFileNames
(
const
QString
&
variableName
)
{
QStringList
sources_out
;
QFileInfo
fi
(
d
->
m_origfile
);
QDir
dir
(
fi
.
absoluteDir
());
foreach
(
const
QString
&
fn
,
values
(
variableName
))
{
const
QString
absName
=
QDir
::
cleanPath
(
dir
.
absoluteFilePath
(
fn
));
d
->
expandPatternHelper
(
fn
,
absName
,
sources_out
);
}
return
sources_out
;
}
void
ProFileEvaluator
::
setVerbose
(
bool
on
)
{
d
->
m_verbose
=
on
;
...
...
shared/proparser/profileevaluator.h
View file @
163083c4
...
...
@@ -66,8 +66,6 @@ public:
ProFileEvaluator
::
TemplateType
templateType
();
virtual
bool
contains
(
const
QString
&
variableName
)
const
;
QStringList
absFileNames
(
const
QString
&
variableName
);
QStringList
absFileName
(
const
QString
&
name
);
void
setVerbose
(
bool
on
);
// Default is false
void
setCumulative
(
bool
on
);
// Default is true!
void
setOutputDir
(
const
QString
&
dir
);
// Default is empty
...
...
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