| 159 | } |
| 160 | |
| 161 | SpreadsheetModel* Spreadsheet::model() const { |
| 162 | return m_model; |
| 163 | } |
| 164 | |
| 165 | /*! Constructs a primary view on me. |
| 166 | This method may be called multiple times during the life time of an Aspect, or it might not get |
no outgoing calls
no test coverage detected