Add a license template setting to the CppTools settings.

Acked-by: con <qtc-committer@nokia.com>
This commit is contained in:
Friedemann Kleint
2009-06-22 16:22:15 +02:00
parent 1b168b686d
commit 696cfa0432
11 changed files with 215 additions and 12 deletions

View File

@@ -110,6 +110,8 @@ public:
const QString &fileName,
int line, int column);
static QString licenseTemplate();
private:
CppModelManagerInterface *m_modelmanager;
};