summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2011-11-09 22:26:09 (GMT)
committerStephen Kelly <steveire@gmail.com>2011-11-09 22:26:09 (GMT)
commit74b9392eb9311639612d175bdc1c811560495659 (patch)
tree1ccac298c6d433af7c02ff2101fb0cf587093617 /Source/cmQtAutomoc.h
parent812dab067e5ea053ca36db6089507db7a5de437e (diff)
downloadCMake-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.h2
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,