CppTools: Export licensetemplate and licensetemplatepath as variables

Change-Id: Id86b72b275d3381a32003c0439ff2d6b3b6ab505
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Tobias Hunger
2014-07-15 11:50:42 +02:00
parent d7b29eb607
commit 4d429751a4
2 changed files with 22 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ class QFileInfo;
class QDir;
QT_END_NAMESPACE
namespace Utils { class FileName; }
namespace CppTools {
class CppToolsSettings;
@@ -67,6 +69,8 @@ public:
static const QStringList &headerPrefixes();
static const QStringList &sourcePrefixes();
static void clearHeaderSourceCache();
static Utils::FileName licenseTemplatePath();
static QString licenseTemplate();
bool initialize(const QStringList &arguments, QString *errorMessage);
void extensionsInitialized();