| 881 | } |
| 882 | |
| 883 | void MatrixView::matrixDataChanged() { |
| 884 | m_imageIsDirty = true; |
| 885 | if (m_stackedWidget->currentIndex() == 1) |
| 886 | this->updateImage(); |
| 887 | } |
| 888 | |
| 889 | void MatrixView::headerFormatChanged(QAction* action) { |
| 890 | if (action == action_header_format_1) |
nothing calls this directly
no test coverage detected