| 2838 | |
| 2839 | |
| 2840 | QString WizDatabase::getAccountPath() const |
| 2841 | { |
| 2842 | Q_ASSERT(!m_strAccountFolderName.isEmpty()); |
| 2843 | |
| 2844 | QString strPath = Utils::WizPathResolve::dataStorePath() + m_strAccountFolderName + "/"; |
| 2845 | WizEnsurePathExists(strPath); |
| 2846 | |
| 2847 | return strPath; |
| 2848 | } |
| 2849 | |
| 2850 | QString WizDatabase::getAccountFolderName() const |
| 2851 | { |
no test coverage detected