From 9e005dea1040dbfa7d1746fe6fa64ab2c0e07f1a Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 8 Jul 2010 17:26:56 -0300 Subject: Removed deprecated methods. --- generator.h | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'generator.h') diff --git a/generator.h b/generator.h index 602effc43..c45890100 100644 --- a/generator.h +++ b/generator.h @@ -254,36 +254,6 @@ protected: */ virtual QString subDirectoryForPackage(QString packageName = QString()) const; - /** - * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor - */ - static FunctionModificationList functionModifications(const AbstractMetaFunction *meta_function) GENRUNNER_DEPRECATED; - /** - * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor - */ - AbstractMetaFunctionList filterFunctions(const AbstractMetaClass *cppClass) GENRUNNER_DEPRECATED; - /** - * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor - */ - AbstractMetaFunctionList queryFunctions(const AbstractMetaClass *cpp_class, bool all_function = false) GENRUNNER_DEPRECATED; - /** - * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor - */ - AbstractMetaFunctionList queryGlobalOperators(const AbstractMetaClass *cpp_class) GENRUNNER_DEPRECATED; - /** - * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor - */ - AbstractMetaFunctionList sortConstructor(AbstractMetaFunctionList list) GENRUNNER_DEPRECATED; - /** - * Returns the code snips of a function - * \deprecated Use AbstractMetaFunction::injectedCodeSnips() instead. - */ - CodeSnipList getCodeSnips(const AbstractMetaFunction *func) const GENRUNNER_DEPRECATED; - /** - * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor - */ - bool hasDefaultConstructor(const AbstractMetaType *type) GENRUNNER_DEPRECATED; - private: struct GeneratorPrivate; GeneratorPrivate* m_d; -- cgit v1.2.3