QtAutogen: Make internal method private.
This commit is contained in:
parent
a3ceb998d7
commit
6210ec644a
|
@ -33,13 +33,14 @@ public:
|
||||||
|
|
||||||
bool InitializeAutogenTarget(cmLocalGenerator* lg, cmTarget* target);
|
bool InitializeAutogenTarget(cmLocalGenerator* lg, cmTarget* target);
|
||||||
void SetupAutoGenerateTarget(cmTarget const* target);
|
void SetupAutoGenerateTarget(cmTarget const* target);
|
||||||
|
|
||||||
|
private:
|
||||||
void SetupSourceFiles(cmTarget const* target,
|
void SetupSourceFiles(cmTarget const* target,
|
||||||
std::vector<std::string>& skipMoc,
|
std::vector<std::string>& skipMoc,
|
||||||
std::vector<std::string>& mocSources,
|
std::vector<std::string>& mocSources,
|
||||||
std::vector<std::string>& mocHeaders,
|
std::vector<std::string>& mocHeaders,
|
||||||
std::vector<std::string>& skipUic);
|
std::vector<std::string>& skipUic);
|
||||||
|
|
||||||
private:
|
|
||||||
void SetupAutoMocTarget(cmTarget const* target,
|
void SetupAutoMocTarget(cmTarget const* target,
|
||||||
const std::string &autogenTargetName,
|
const std::string &autogenTargetName,
|
||||||
const std::vector<std::string>& skipMoc,
|
const std::vector<std::string>& skipMoc,
|
||||||
|
|
Loading…
Reference in New Issue