equal
deleted
inserted
replaced
53 } |
53 } |
54 |
54 |
55 bool CntNamesView::isDefault() const |
55 bool CntNamesView::isDefault() const |
56 { |
56 { |
57 Q_D(const CntNamesView); |
57 Q_D(const CntNamesView); |
58 return d->mIsDefault; |
58 return true; |
59 } |
59 } |
60 int CntNamesView::viewId() const |
60 int CntNamesView::viewId() const |
61 { |
61 { |
62 Q_D(const CntNamesView); |
62 Q_D(const CntNamesView); |
63 return d->mId; |
63 return namesView; |
64 } |
64 } |
65 |
65 |
66 void CntNamesView::setEngine( CntAbstractEngine& aEngine ) |
66 void CntNamesView::setEngine( CntAbstractEngine& aEngine ) |
67 { |
67 { |
68 Q_D(CntNamesView); |
68 Q_D(CntNamesView); |