diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-04 09:32:27 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-05 19:17:34 (GMT) |
commit | d2f4b1e3cf934eab02282ee312408601d6756a31 (patch) | |
tree | 995460fe1b93d424b4056668463cd71fa68ae769 /Source/cmQtAutoGenerators.h | |
parent | 45735f38275ad4d13e801ba41e7565bcfd5a0f0a (diff) | |
download | CMake-d2f4b1e3cf934eab02282ee312408601d6756a31.zip CMake-d2f4b1e3cf934eab02282ee312408601d6756a31.tar.gz CMake-d2f4b1e3cf934eab02282ee312408601d6756a31.tar.bz2 |
cmAutogen: Rename method to InitializeAutogenTarget
This reflects better what it is doing.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 696abc8..116f174 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -23,7 +23,7 @@ public: cmQtAutoGenerators(); bool Run(const char* targetDirectory, const char *config); - bool InitializeMocSourceFile(cmTarget* target); + bool InitializeAutogenTarget(cmTarget* target); void SetupAutoGenerateTarget(cmTarget* target); private: |