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
Plasma
Plasma Workspace
Commits
00710125
Verified
Commit
00710125
authored
Jan 19, 2022
by
Eugene Popov
🇺🇦
Committed by
Fushan Wen
Mar 29, 2022
Browse files
Revert "applets/clipboard: Use FullTextRole in EditPage"
This reverts commit
8f06a8a5
.
parent
031255d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/clipboard/contents/ui/ClipboardPage.qml
View file @
00710125
...
@@ -145,7 +145,7 @@ Menu {
...
@@ -145,7 +145,7 @@ Menu {
onRemove
:
clipboardSource
.
service
(
uuid
,
"
remove
"
)
onRemove
:
clipboardSource
.
service
(
uuid
,
"
remove
"
)
onEdit
:
{
onEdit
:
{
stack
.
push
(
Qt
.
resolvedUrl
(
"
EditPage.qml
"
),
{
stack
.
push
(
Qt
.
resolvedUrl
(
"
EditPage.qml
"
),
{
text
:
clipboardMenu
.
model
.
get
(
clipboardMenu
.
view
.
currentIndex
).
FullText
Role
,
text
:
clipboardMenu
.
model
.
get
(
clipboardMenu
.
view
.
currentIndex
).
Display
Role
,
uuid
:
uuid
uuid
:
uuid
});
});
}
}
...
...
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