summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtChatOverviewBundle.h')
-rw-r--r--Swift/QtUI/QtChatOverviewBundle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatOverviewBundle.h b/Swift/QtUI/QtChatOverviewBundle.h
index 6e232ca..95fd5d2 100644
--- a/Swift/QtUI/QtChatOverviewBundle.h
+++ b/Swift/QtUI/QtChatOverviewBundle.h
@@ -49,6 +49,9 @@ namespace Swift {
void handleItemClicked(const QModelIndex&);
private:
+ void updateVisibility();
+
+ private:
ChattablesModel* rootModel_;
QtExpandedListView* listView_;
BundleFilter* proxyModel_;