From 6210ec644ae3a9e602a24e87d86da7d0b2942d21 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 26 Sep 2015 18:40:10 +0200 Subject: QtAutogen: Make internal method private. --- Source/cmQtAutoGenerators.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 6741139..93ff0ba 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& skipMoc, std::vector& mocSources, std::vector& mocHeaders, std::vector& skipUic); -private: void SetupAutoMocTarget(cmTarget const* target, const std::string &autogenTargetName, const std::vector& skipMoc, -- cgit v0.12