Some changes.
This commit is contained in:
parent
b73f7213b0
commit
4139243b0c
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue