* @brief Returns the id of the last chat marked active, or empty. */
| 106 | * @brief Returns the id of the last chat marked active, or empty. |
| 107 | */ |
| 108 | QString AI::ChatStore::lastActiveId() const |
| 109 | { |
| 110 | return m_lastActive; |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * @brief Returns the position of a chat in m_chats, or -1. |