mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Ref T529, allow to set mode in view/model
The version with the container allows to auto-detect if order is available
This commit is contained in:
committed by
Mat Sutcliffe
parent
b9bc0757c5
commit
32985c78da
@@ -37,6 +37,9 @@ namespace BlackGui
|
||||
//! Set mode
|
||||
void setMode(Models::CStatusMessageListModel::Mode mode);
|
||||
|
||||
//! Set mode and adjust order/no order
|
||||
void setMode(Models::CStatusMessageListModel::Mode mode, const BlackMisc::CStatusMessageList &messages);
|
||||
|
||||
//! Add my own filter dialog
|
||||
void addFilterDialog();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user