* @brief Returns the cached session list as a QVariantList. */
| 324 | * @brief Returns the cached session list as a QVariantList. |
| 325 | */ |
| 326 | QVariantList Sessions::DatabaseManager::sessionList() const |
| 327 | { |
| 328 | return m_sessionList; |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | * @brief Returns the cached list of all tags defined in the database. |