! enable/disable the comment header in the views of the selected spreadsheets. */
| 138 | enable/disable the comment header in the views of the selected spreadsheets. |
| 139 | */ |
| 140 | void SpreadsheetDock::commentsShownChanged(bool state) { |
| 141 | CONDITIONAL_LOCK_RETURN; |
| 142 | |
| 143 | for (auto* spreadsheet : m_spreadsheetList) |
| 144 | spreadsheet->setShowComments(state); |
| 145 | } |
| 146 | /*! |
| 147 | enable/disable the sparkline header in the views of the selected spreadsheets. |
| 148 | */ |
nothing calls this directly
no test coverage detected