mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +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->header()->setDefaultSectionSize(220);
|
||||||
ui->cookieTree->setFocus();
|
ui->cookieTree->setFocus();
|
||||||
|
|
||||||
ui->whiteList->setSortingEnabled(true);
|
ui->whiteList->sortItems(Qt::AscendingOrder);
|
||||||
ui->blackList->setSortingEnabled(true);
|
ui->blackList->sortItems(Qt::AscendingOrder);
|
||||||
|
|
||||||
QShortcut* removeShortcut = new QShortcut(QKeySequence("Del"), this);
|
QShortcut* removeShortcut = new QShortcut(QKeySequence("Del"), this);
|
||||||
connect(removeShortcut, &QShortcut::activated, this, &CookieManager::deletePressed);
|
connect(removeShortcut, &QShortcut::activated, this, &CookieManager::deletePressed);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user