mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Added sorting in cookie filter list
Reviewers: drosca Reviewed By: drosca Subscribers: falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D13109
This commit is contained in:
parent
326be38a45
commit
ae16c64290
|
@ -85,6 +85,9 @@ CookieManager::CookieManager(QWidget *parent)
|
|||
ui->cookieTree->header()->setDefaultSectionSize(220);
|
||||
ui->cookieTree->setFocus();
|
||||
|
||||
ui->whiteList->setSortingEnabled(true);
|
||||
ui->blackList->setSortingEnabled(true);
|
||||
|
||||
QShortcut* removeShortcut = new QShortcut(QKeySequence("Del"), this);
|
||||
connect(removeShortcut, SIGNAL(activated()), this, SLOT(deletePressed()));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user