aboutsummaryrefslogtreecommitdiffstats
path: root/qface/builtin/qtcpp/templates/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'qface/builtin/qtcpp/templates/interface.h')
-rw-r--r--qface/builtin/qtcpp/templates/interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qface/builtin/qtcpp/templates/interface.h b/qface/builtin/qtcpp/templates/interface.h
index 6ada967..c1722f2 100644
--- a/qface/builtin/qtcpp/templates/interface.h
+++ b/qface/builtin/qtcpp/templates/interface.h
@@ -1,11 +1,11 @@
{# Copyright (c) Pelagicore AB 2016 #}
{% set class = 'Qml{0}'.format(interface) %}
/*
- * This is a preserved file and can be edited.
- * All changes will not be override.
+ * This is a preserved file.
+ * Changes will not be overriden by the generator.
+ * To reset the file you need to delete it first.
*/
-
#pragma once
#include <QtCore>