summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGen.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-09-12 08:10:31 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-09-25 10:02:35 (GMT)
commit5d3bca6485b6b08a8cd18927a284f09cc925f24f (patch)
tree8ccbb83bbb01563236d506862dbdc1aa543742ed /Source/cmQtAutoGen.h
parentf6f1b229874a35c2f9eda29cb737dab3f67f4db9 (diff)
downloadCMake-5d3bca6485b6b08a8cd18927a284f09cc925f24f.zip
CMake-5d3bca6485b6b08a8cd18927a284f09cc925f24f.tar.gz
CMake-5d3bca6485b6b08a8cd18927a284f09cc925f24f.tar.bz2
Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::Generator
Diffstat (limited to 'Source/cmQtAutoGen.h')
-rw-r--r--Source/cmQtAutoGen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmQtAutoGen.h b/Source/cmQtAutoGen.h
index 4cd5e32..d7807ee 100644
--- a/Source/cmQtAutoGen.h
+++ b/Source/cmQtAutoGen.h
@@ -16,7 +16,7 @@ class cmQtAutoGen
public:
static const std::string listSep;
- enum GeneratorType
+ enum Generator
{
GEN, // General
MOC,
@@ -26,9 +26,9 @@ public:
public:
/// @brief Returns the generator name
- static const std::string& GeneratorName(GeneratorType genType);
+ static const std::string& GeneratorName(Generator genType);
/// @brief Returns the generator name in upper case
- static std::string GeneratorNameUpper(GeneratorType genType);
+ static std::string GeneratorNameUpper(Generator genType);
/// @brief Returns a the string escaped and enclosed in quotes
///