mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Merge branch 'mikolajp/falkon-master'
Rebasing to current master
This commit is contained in:
commit
1cf46c9f10
@ -85,8 +85,8 @@ CookieManager::CookieManager(QWidget *parent)
|
||||
ui->cookieTree->header()->setDefaultSectionSize(220);
|
||||
ui->cookieTree->setFocus();
|
||||
|
||||
ui->whiteList->setSortingEnabled(true);
|
||||
ui->blackList->setSortingEnabled(true);
|
||||
ui->whiteList->sortItems(Qt::AscendingOrder);
|
||||
ui->blackList->sortItems(Qt::AscendingOrder);
|
||||
|
||||
QShortcut* removeShortcut = new QShortcut(QKeySequence("Del"), this);
|
||||
connect(removeShortcut, &QShortcut::activated, this, &CookieManager::deletePressed);
|
||||
|
Loading…
Reference in New Issue
Block a user