Filter in DevicesModel was not initialized
This commit is contained in:
parent
fb606800c5
commit
0ae7cdb950
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ bool fetchNotifications = true;
|
||||||
DevicesModel::DevicesModel(QObject *parent)
|
DevicesModel::DevicesModel(QObject *parent)
|
||||||
: QAbstractListModel(parent)
|
: QAbstractListModel(parent)
|
||||||
, m_dbusInterface(new DaemonDbusInterface(this))
|
, m_dbusInterface(new DaemonDbusInterface(this))
|
||||||
|
, m_displayFilter(DevicesModel::StatusUnknown)
|
||||||
{
|
{
|
||||||
|
|
||||||
//new ModelTest(this, this);
|
//new ModelTest(this, this);
|
||||||
|
|
Loading…
Reference in a new issue