s/ProjectExpander/ProjectMacroExpander/g

The new name is a better description of what the class is all about,
it matches the filename and it does not conflict show up when trying
to expand "PE" to ProjectExplorer.

Change-Id: Ie6a10b9a83dc8bc529e35e3381f733dbe25847a3
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2013-03-15 15:38:28 +01:00
parent dfaca0e908
commit 33f54d10c6
5 changed files with 8 additions and 8 deletions

View File

@@ -37,10 +37,10 @@
namespace ProjectExplorer {
class Kit;
class PROJECTEXPLORER_EXPORT ProjectExpander : public Utils::AbstractQtcMacroExpander
class PROJECTEXPLORER_EXPORT ProjectMacroExpander : public Utils::AbstractQtcMacroExpander
{
public:
ProjectExpander(const QString &projectFilePath, const QString &projectName, const Kit *k, const QString &bcName);
ProjectMacroExpander(const QString &projectFilePath, const QString &projectName, const Kit *k, const QString &bcName);
bool resolveProjectMacro(const QString &name, QString *ret);
bool resolveMacro(const QString &name, QString *ret);