1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

[SBI_Icons] Update JavaScript icon state on startup

This commit is contained in:
nowrep 2014-03-29 15:48:50 +01:00
parent 9c67d874e7
commit d6625c60fb

View File

@ -37,6 +37,8 @@ SBI_JavaScriptIcon::SBI_JavaScriptIcon(BrowserWindow* window)
connect(m_window->tabWidget(), SIGNAL(currentChanged(int)), this, SLOT(updateIcon()));
connect(this, SIGNAL(clicked(QPoint)), this, SLOT(showMenu(QPoint)));
updateIcon();
}
void SBI_JavaScriptIcon::showMenu(const QPoint &point)