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:
@@ -170,7 +170,7 @@ public:
|
||||
const QString &fileName,
|
||||
int line, int column);
|
||||
|
||||
static QString licenseTemplate();
|
||||
static QString licenseTemplate(const QString &file = QString(), const QString &className = QString());
|
||||
|
||||
private:
|
||||
CppModelManagerInterface *m_modelmanager;
|
||||
|
||||
Reference in New Issue
Block a user