* @brief Returns the number of the dataset's columns. */
| 153 | * @brief Returns the number of the dataset's columns. |
| 154 | */ |
| 155 | QVariant WelcomeScreenHelper::datasetColumns() { |
| 156 | return QVariant(m_spreadsheet->columnCount()); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * @brief Returns the number of the dataset's rows. |
nothing calls this directly
no test coverage detected