forked from qt-creator/qt-creator
Add a license template setting to the CppTools settings.
Acked-by: con <qtc-committer@nokia.com>
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
**************************************************************************/
|
||||
|
||||
#include "cppmodelmanagerinterface.h"
|
||||
#include "cpptoolsconstants.h"
|
||||
#include "cppfilesettingspage.h"
|
||||
|
||||
#include <cplusplus/Overview.h>
|
||||
#include <cplusplus/CppDocument.h>
|
||||
@@ -37,6 +39,8 @@
|
||||
#include <Symbols.h>
|
||||
#include <Scope.h>
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
AbstractEditorSupport::AbstractEditorSupport(CppModelManagerInterface *modelmanager) :
|
||||
@@ -71,4 +75,9 @@ QString AbstractEditorSupport::functionAt(const CppModelManagerInterface *modelM
|
||||
return QString();
|
||||
}
|
||||
|
||||
QString AbstractEditorSupport::licenseTemplate()
|
||||
{
|
||||
return Internal::CppFileSettings::licenseTemplate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user