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

QMenu* m_rssMenu removed -> crash fix

This commit is contained in:
nowrep 2011-03-05 10:57:52 +01:00
parent 9c24e291aa
commit 44b89d8460
2 changed files with 0 additions and 2 deletions

View File

@ -331,6 +331,5 @@ LocationBar::~LocationBar()
delete m_goButton;
delete m_siteIcon;
delete m_rssIcon;
delete m_rssMenu;
delete m_locationCompleter;
}

View File

@ -78,7 +78,6 @@ private:
ClickableLabel* m_goButton;
ClickableLabel* m_rssIcon;
QToolButton* m_siteIcon;
QMenu* m_rssMenu;
bool m_selectAllOnDoubleClick;
bool m_addComWithCtrl;