diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-26 18:40:10 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-26 19:32:52 +0200 |
commit | 6210ec644ae3a9e602a24e87d86da7d0b2942d21 (patch) | |
tree | 67310add425acda522df0e3295621b789543992d /Source/cmQtAutoGenerators.h | |
parent | a3ceb998d7768592b670abd2a8d0dd2777c84789 (diff) | |
download | cmake-6210ec644ae3a9e602a24e87d86da7d0b2942d21.tar.gz |
QtAutogen: Make internal method private.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 6741139b91..93ff0ba663 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -33,13 +33,14 @@ public: bool InitializeAutogenTarget(cmLocalGenerator* lg, cmTarget* target); void SetupAutoGenerateTarget(cmTarget const* target); + +private: void SetupSourceFiles(cmTarget const* target, std::vector<std::string>& skipMoc, std::vector<std::string>& mocSources, std::vector<std::string>& mocHeaders, std::vector<std::string>& skipUic); -private: void SetupAutoMocTarget(cmTarget const* target, const std::string &autogenTargetName, const std::vector<std::string>& skipMoc, |