* @brief Returns the dataset's descripton. */
| 146 | * @brief Returns the dataset's descripton. |
| 147 | */ |
| 148 | QVariant WelcomeScreenHelper::datasetDescription() { |
| 149 | return QVariant(m_spreadsheet->comment()); |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * @brief Returns the number of the dataset's columns. |