diff options
Diffstat (limited to 'src/icons')
-rw-r--r-- | src/icons/webicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/icons/webicon.cpp b/src/icons/webicon.cpp index ce482637..64bb884b 100644 --- a/src/icons/webicon.cpp +++ b/src/icons/webicon.cpp @@ -61,6 +61,6 @@ void WebIcon::saveIcon(bool b) { IconManager::self()->provideIcon(m_page.mainFrame(), m_url, false); } - + this->deleteLater(); } |