Some changes.

This commit is contained in:
Martin Rotter 2014-03-21 21:45:06 +01:00
parent b73f7213b0
commit 4139243b0c

View File

@ -45,6 +45,8 @@ FeedsView::FeedsView(QWidget *parent)
m_contextMenuCategoriesFeeds(NULL),
m_contextMenuEmptySpace(NULL),
m_autoUpdateTimer(new QTimer(this)) {
setObjectName("FeedsView");
// Allocate models.
m_proxyModel = new FeedsProxyModel(this);
m_sourceModel = m_proxyModel->sourceModel();