| 3183 | } |
| 3184 | |
| 3185 | not_null<MainWidget*> SessionController::content() const { |
| 3186 | return widget()->sessionContent(); |
| 3187 | } |
| 3188 | |
| 3189 | int SessionController::filtersWidth() const { |
| 3190 | return _filters ? st::windowFiltersWidth : 0; |
no test coverage detected