mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-10 15:22:30 +01:00
Some changes.
This commit is contained in:
parent
b73f7213b0
commit
4139243b0c
@ -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…
Reference in New Issue
Block a user