Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
4849f0c3
Commit
4849f0c3
authored
Feb 02, 2011
by
Leandro Melo
Browse files
Snippets: Complement is now Trigger Variant in the UI
parent
1a55de5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/snippets/snippetssettingspage.cpp
View file @
4849f0c3
...
...
@@ -161,7 +161,7 @@ QVariant SnippetsTableModel::headerData(int section, Qt::Orientation orientation
if
(
section
==
0
)
return
tr
(
"Trigger"
);
else
return
tr
(
"
Compleme
nt"
);
return
tr
(
"
Trigger Varia
nt"
);
}
void
SnippetsTableModel
::
load
(
const
QString
&
groupId
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment