1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

[Code] Added comment for previous commit (Crash fix)

This commit is contained in:
nowrep 2013-04-10 22:48:29 +02:00
parent 7c9b30c443
commit db6f4333f2

View File

@ -365,6 +365,7 @@ void WebTab::disconnectObjects()
WebTab::~WebTab()
{
// #838 !mApp->isClosing() fixes crash on app close with Oxygen theme
if (m_navigationContainer && qzSettings->tabsOnTop && !mApp->isClosing()) {
m_layout->removeWidget(m_navigationContainer);