mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-10 23:23:52 +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_contextMenuCategoriesFeeds(NULL),
|
||||||
m_contextMenuEmptySpace(NULL),
|
m_contextMenuEmptySpace(NULL),
|
||||||
m_autoUpdateTimer(new QTimer(this)) {
|
m_autoUpdateTimer(new QTimer(this)) {
|
||||||
|
setObjectName("FeedsView");
|
||||||
|
|
||||||
// Allocate models.
|
// Allocate models.
|
||||||
m_proxyModel = new FeedsProxyModel(this);
|
m_proxyModel = new FeedsProxyModel(this);
|
||||||
m_sourceModel = m_proxyModel->sourceModel();
|
m_sourceModel = m_proxyModel->sourceModel();
|
||||||
|
Loading…
Reference in New Issue
Block a user