| 566 | } |
| 567 | |
| 568 | int documentCount(WizDatabase& db, const QString& personalFolder) |
| 569 | { |
| 570 | int count = 0; |
| 571 | db.getDocumentsCountByLocation(personalFolder, count, true); |
| 572 | return count; |
| 573 | } |
| 574 | |
| 575 | int documentCount(WizDatabase& db, const WIZTAGDATA& groupFolder) |
| 576 | { |
no test coverage detected