| 2923 | } |
| 2924 | |
| 2925 | QString WizDatabase::getDefaultNoteLocation() const |
| 2926 | { |
| 2927 | if (m_bIsPersonal) |
| 2928 | return LOCATION_DEFAULT; |
| 2929 | else |
| 2930 | return "/"+m_strUserId+"/"; |
| 2931 | } |
| 2932 | |
| 2933 | QString WizDatabase::getDocumentAuthorAlias(const WIZDOCUMENTDATA& doc) |
| 2934 | { |
no outgoing calls
no test coverage detected