* @brief Returns the number of sessions in the open database. */
| 260 | * @brief Returns the number of sessions in the open database. |
| 261 | */ |
| 262 | int Sessions::DatabaseManager::sessionCount() const |
| 263 | { |
| 264 | return m_sessionList.size(); |
| 265 | } |
| 266 | |
| 267 | /** |
| 268 | * @brief Returns the currently selected session id, or -1. |