diff options
Diffstat (limited to 'Swift/QtUI/QtChatOverviewBundle.h')
-rw-r--r-- | Swift/QtUI/QtChatOverviewBundle.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swift/QtUI/QtChatOverviewBundle.h b/Swift/QtUI/QtChatOverviewBundle.h index f469fea..6e232ca 100644 --- a/Swift/QtUI/QtChatOverviewBundle.h +++ b/Swift/QtUI/QtChatOverviewBundle.h @@ -21,2 +21,3 @@ namespace Swift { class QtClickableLabel; + class QtExpandedListView; @@ -46,8 +47,8 @@ namespace Swift { private slots: - void recalculateSize(); void handleFilterClicked(); void handleItemClicked(const QModelIndex&); + private: ChattablesModel* rootModel_; - QListView* listView_; + QtExpandedListView* listView_; BundleFilter* proxyModel_; |