mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
libs: remove non-operational TaskManager::GroupManager::TaskSortingStrategy::ActivitySorting enum
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0104dd678a
commit
4584fab20b
2 changed files with 1 additions and 5 deletions
|
@ -82,8 +82,7 @@ public:
|
|||
NoSorting = 0,
|
||||
ManualSorting = 1,
|
||||
AlphaSorting = 2,
|
||||
DesktopSorting = 3,
|
||||
ActivitySorting = 4
|
||||
DesktopSorting = 3
|
||||
};
|
||||
|
||||
TaskSortingStrategy sortingStrategy() const;
|
||||
|
|
|
@ -539,9 +539,6 @@ void Tasks::createConfigurationInterface(KConfigDialog *parent)
|
|||
case TaskManager::GroupManager::DesktopSorting:
|
||||
m_ui.sortingStrategy->setCurrentIndex(3);
|
||||
break;
|
||||
case TaskManager::GroupManager::ActivitySorting:
|
||||
m_ui.sortingStrategy->setCurrentIndex(4);
|
||||
break;
|
||||
default:
|
||||
m_ui.sortingStrategy->setCurrentIndex(-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue