diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-11-09 22:26:09 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2011-11-09 22:26:09 (GMT) |
commit | 74b9392eb9311639612d175bdc1c811560495659 (patch) | |
tree | 1ccac298c6d433af7c02ff2101fb0cf587093617 /Source/cmQtAutomoc.h | |
parent | 812dab067e5ea053ca36db6089507db7a5de437e (diff) | |
download | CMake-74b9392eb9311639612d175bdc1c811560495659.zip CMake-74b9392eb9311639612d175bdc1c811560495659.tar.gz CMake-74b9392eb9311639612d175bdc1c811560495659.tar.bz2 |
Update comments and method names to not be Qt4 specific.
Diffstat (limited to 'Source/cmQtAutomoc.h')
-rw-r--r-- | Source/cmQtAutomoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutomoc.h b/Source/cmQtAutomoc.h index c3550a4..59eaac7 100644 --- a/Source/cmQtAutomoc.h +++ b/Source/cmQtAutomoc.h @@ -35,7 +35,7 @@ private: const char* targetDirectory); void WriteOldMocDefinitionsFile(const char* targetDirectory); - bool RunAutomocQt4(); + bool RunAutomoc(); bool GenerateMoc(const std::string& sourceFile, const std::string& mocFileName); void ParseCppFile(const std::string& absFilename, |