mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
SBI: Fix typo
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
parent
6370bcf6c8
commit
7f567b8536
@ -155,7 +155,7 @@ void SBI_IconsManager::mainWindowCreated(BrowserWindow* window)
|
||||
|
||||
void SBI_IconsManager::mainWindowDeleted(BrowserWindow* window)
|
||||
{
|
||||
const auto windows = m_windows[window];
|
||||
const auto windows = m_windows[window];
|
||||
for (QWidget* w : windows) {
|
||||
window->statusBar()->removeWidget(w);
|
||||
delete w;
|
||||
|
Loading…
Reference in New Issue
Block a user