| 104 | } |
| 105 | |
| 106 | void Matrix::updateLocale() { |
| 107 | // the width of the cells might change with the new locale, |
| 108 | // resize the headers to fit the new content which will also trigger the redraw of the table using the new locale |
| 109 | #ifndef SDK |
| 110 | m_view->resizeHeaders(); |
| 111 | #endif |
| 112 | } |
| 113 | |
| 114 | QWidget* Matrix::view() const { |
| 115 | #ifndef SDK |
nothing calls this directly
no test coverage detected