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
Plasma
Plasma Workspace
Commits
6d91e350
Commit
6d91e350
authored
Mar 17, 2022
by
Kai Uwe Broulik
🍇
Browse files
[Notifications] Remove unused hovered property
All hover handling (pausing timeout etc) is done in NotificationPopup
parent
e124330e
Pipeline
#152369
passed with stage
in 5 minutes and 48 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
applets/notifications/package/contents/ui/JobItem.qml
View file @
6d91e350
...
...
@@ -26,7 +26,6 @@ ColumnLayout {
property
alias
suspendable
:
suspendButton
.
visible
property
alias
killable
:
killButton
.
visible
property
bool
hovered
property
QtObject
jobDetails
readonly
property
int
totalFiles
:
jobItem
.
jobDetails
&&
jobItem
.
jobDetails
.
totalFiles
||
0
...
...
applets/notifications/package/contents/ui/NotificationItem.qml
View file @
6d91e350
...
...
@@ -20,7 +20,6 @@ import org.kde.notificationmanager 1.0 as NotificationManager
ColumnLayout
{
id
:
notificationItem
property
bool
hovered
:
false
property
int
maximumLineCount
:
0
property
alias
bodyCursorShape
:
bodyLabel
.
cursorShape
...
...
@@ -293,8 +292,6 @@ ColumnLayout {
onOpenUrl
:
notificationItem
.
openUrl
(
url
)
onFileActionInvoked
:
notificationItem
.
fileActionInvoked
(
action
)
hovered
:
notificationItem
.
hovered
}
}
...
...
applets/notifications/package/contents/ui/NotificationPopup.qml
View file @
6d91e350
...
...
@@ -202,7 +202,6 @@ PlasmaCore.Dialog {
y
:
closable
||
dismissable
||
configurable
?
-
notificationPopup
.
margins
.
top
:
0
headingRightPadding
:
-
notificationPopup
.
margins
.
right
width
:
parent
.
width
hovered
:
area
.
containsMouse
maximumLineCount
:
8
bodyCursorShape
:
notificationPopup
.
hasDefaultAction
?
Qt
.
PointingHandCursor
:
0
...
...
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