forked from qt-creator/qt-creator
		
	C++-Settings/License template: Add %FILENAME%, %CLASS% placeholders.
... for doxygen. Change logic for known empty keywords to be replaced by an empty string. Task-number: QTCREATORBUG-1854
This commit is contained in:
		| @@ -92,9 +92,9 @@ QString AbstractEditorSupport::functionAt(const CppModelManagerInterface *modelM | ||||
|     return QString(); | ||||
| } | ||||
|  | ||||
| QString AbstractEditorSupport::licenseTemplate() | ||||
| QString AbstractEditorSupport::licenseTemplate(const QString &file, const QString &className) | ||||
| { | ||||
|     return Internal::CppFileSettings::licenseTemplate(); | ||||
|     return Internal::CppFileSettings::licenseTemplate(file, className); | ||||
| } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user