mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
Mail: Allow sorting columns
This commit is contained in:
parent
ea70b96cf8
commit
1e282762a7
2 changed files with 12 additions and 7 deletions
|
@ -41,7 +41,8 @@ private:
|
|||
OwnPtr<IMAP::Client> m_imap_client;
|
||||
|
||||
RefPtr<GUI::TreeView> m_mailbox_list;
|
||||
RefPtr<InboxModel> m_individual_mailbox_model;
|
||||
RefPtr<InboxModel> m_mailbox_model;
|
||||
RefPtr<GUI::SortingProxyModel> m_mailbox_sorting_model;
|
||||
RefPtr<GUI::TableView> m_individual_mailbox_view;
|
||||
RefPtr<WebView::OutOfProcessWebView> m_web_view;
|
||||
RefPtr<GUI::Statusbar> m_statusbar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue