diff options
author | Tobias Hunger <tobias.hunger@digia.com> | 2014-07-15 11:50:42 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2014-07-15 14:45:25 +0200 |
commit | 4d429751a4501fa07f9188e66d6bee0daf9ab25e (patch) | |
tree | b3448b1ac24ec86f2b973697bd9097f88f5aa4ee /src/plugins/cpptools/cpptoolsplugin.h | |
parent | d7b29eb6077dbb2c221003925f58c8d7013e2532 (diff) | |
download | qt-creator-4d429751a4501fa07f9188e66d6bee0daf9ab25e.tar.gz |
CppTools: Export licensetemplate and licensetemplatepath as variables
Change-Id: Id86b72b275d3381a32003c0439ff2d6b3b6ab505
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index 3d54eb0cde..74fccf7179 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -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(); |