Less use of slow methods.

This commit is contained in:
con
2009-12-09 15:30:23 +01:00
parent 9097149cee
commit 3ab0a28cca
7 changed files with 12 additions and 13 deletions

View File

@@ -68,7 +68,7 @@ SideBar::SideBar(QList<SideBarItem*> itemList,
SideBar::~SideBar()
{
qDeleteAll(m_itemMap.values());
qDeleteAll(m_itemMap);
}
QStringList SideBar::availableItems() const