diff options
Diffstat (limited to 'framework/accounts/accountsmodel.cpp')
-rw-r--r-- | framework/accounts/accountsmodel.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/accounts/accountsmodel.cpp b/framework/accounts/accountsmodel.cpp index d999bdbd..f98e8ca3 100644 --- a/framework/accounts/accountsmodel.cpp +++ b/framework/accounts/accountsmodel.cpp | |||
@@ -68,8 +68,10 @@ QVariant AccountsModel::data(const QModelIndex &idx, int role) const | |||
68 | return BusyStatus; | 68 | return BusyStatus; |
69 | case Sink::ApplicationDomain::ConnectedStatus: | 69 | case Sink::ApplicationDomain::ConnectedStatus: |
70 | return ConnectedStatus; | 70 | return ConnectedStatus; |
71 | case Sink::ApplicationDomain::OfflineStatus: | ||
72 | return OfflineStatus; | ||
71 | } | 73 | } |
72 | return OfflineStatus; | 74 | return NoStatus; |
73 | } | 75 | } |
74 | return QIdentityProxyModel::data(idx, role); | 76 | return QIdentityProxyModel::data(idx, role); |
75 | } | 77 | } |