Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
Nepomuk Widgets Library
Commits
03f8f19b
Commit
03f8f19b
authored
Jan 11, 2013
by
Emmanuel Pescosta
Browse files
Show nepomuk tag values as plain text (Do not parse html tags)
BUG: 262464 FIXED-IN: 4.10 REVIEW: 108334
parent
b45c3a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/tagcheckbox.cpp
View file @
03f8f19b
...
...
@@ -60,6 +60,7 @@ Nepomuk2::TagCheckBox::TagCheckBox( const Tag& tag, TagWidgetPrivate* tagWidget,
if
(
tagWidget
->
m_flags
&
TagWidget
::
MiniMode
)
{
m_label
=
new
QLabel
(
tag
.
genericLabel
(),
this
);
m_label
->
setMouseTracking
(
true
);
m_label
->
setTextFormat
(
Qt
::
PlainText
);
m_child
=
m_label
;
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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