Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Plasma Desktop
Manage
Activity
Members
Labels
Plan
Issues
46
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
86
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Plasma
Plasma Desktop
Commits
ccc50768
Commit
ccc50768
authored
9 years ago
by
Eike Hein
Browse files
Options
Downloads
Patches
Plain Diff
Remove redundant proxy.
parent
463a0379
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applets/window-list/contents/ui/main.qml
+1
-7
1 addition, 7 deletions
applets/window-list/contents/ui/main.qml
with
1 addition
and
7 deletions
applets/window-list/contents/ui/main.qml
+
1
−
7
View file @
ccc50768
...
...
@@ -119,12 +119,6 @@ operation.Id = id;
}
}
PlasmaCore.SortFilterModel
{
id
:
tasksModelSortedByDesktop
sortRole
:
"
desktop
"
sourceModel
:
tasksSource
.
models
.
tasks
}
Column
{
id
:
col
...
...
@@ -159,7 +153,7 @@ operation.Id = id;
bottom
:
parent
.
bottom
}
model
:
tasks
ModelSortedByDesktop
model
:
tasks
Source
.
models
.
tasks
section.property
:
"
desktop
"
section.criteria
:
ViewSection
.
FullString
iconSize
:
main
.
iconSize
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment