mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
parent
458c131170
commit
2d6ba21c03
|
@ -39,6 +39,7 @@ AdBlockIcon::AdBlockIcon(BrowserWindow* window, QWidget* parent)
|
|||
{
|
||||
setCursor(Qt::PointingHandCursor);
|
||||
setToolTip(tr("AdBlock lets you block unwanted content on web pages"));
|
||||
setMinimumSize(16, 16);
|
||||
|
||||
connect(this, SIGNAL(clicked(QPoint)), this, SLOT(showMenu(QPoint)));
|
||||
connect(AdBlockManager::instance(), SIGNAL(enabledChanged(bool)), this, SLOT(setEnabled(bool)));
|
||||
|
|
Loading…
Reference in New Issue
Block a user