* @brief Returns the absolute file path of the open .db, or empty. */
| 244 | * @brief Returns the absolute file path of the open .db, or empty. |
| 245 | */ |
| 246 | QString Sessions::DatabaseManager::filePath() const |
| 247 | { |
| 248 | return m_filePath; |
| 249 | } |
| 250 | |
| 251 | /** |
| 252 | * @brief Returns the base filename of the open database. |
no outgoing calls
no test coverage detected