summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/snippets/snippetparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/snippets/snippetparser.h')
-rw-r--r--src/plugins/texteditor/snippets/snippetparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/snippets/snippetparser.h b/src/plugins/texteditor/snippets/snippetparser.h
index b5afac29ee..67d0560d02 100644
--- a/src/plugins/texteditor/snippets/snippetparser.h
+++ b/src/plugins/texteditor/snippets/snippetparser.h
@@ -51,6 +51,7 @@ public:
QString text;
int variableIndex = -1; // if variable index is >= 0 the text is interpreted as a variable
NameMangler *mangler = nullptr;
+ bool finalPart = false;
};
QList<Part> parts;
QList<QList<int>> variables;