mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
QtAutogen: Make internal method private.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user