NOISSUE fix minor memory leaks

This commit is contained in:
Petr Mrázek
2016-08-19 09:04:58 +02:00
parent 67eca08b22
commit eb747e08b7
7 changed files with 12 additions and 8 deletions

View File

@ -60,7 +60,6 @@ private:
QSortFilterProxyModel *m_proxyModel;
PageModel *m_model;
QStackedLayout *m_pageStack;
QLineEdit *m_filter;
QListView *m_pageList;
QLabel *m_header;
IconLabel *m_iconHeader;